Android-cuttlefish cvd tool
Classes | Functions
cuttlefish::run_cvd_impl Namespace Reference

Classes

class  ServerLoopImpl
 

Functions

static std::string SubtoolPath (const std::string &subtool_name)
 
static std::string GetSocketPath (const std::string name, std::unordered_map< std::string, std::string > &vm_name_to_control_sock_)
 
static Result< void > SuspendCrosvm (const std::string &vm_sock_path)
 
static Result< void > ResumeCrosvm (const std::string &vm_sock_path)
 
static Result< void > RunAdbShellCommand (const CuttlefishConfig::InstanceSpecific &ins, const std::vector< std::string > &command_args)
 

Function Documentation

◆ GetSocketPath()

static std::string cuttlefish::run_cvd_impl::GetSocketPath ( const std::string  name,
std::unordered_map< std::string, std::string > &  vm_name_to_control_sock_ 
)
static

◆ ResumeCrosvm()

static Result< void > cuttlefish::run_cvd_impl::ResumeCrosvm ( const std::string &  vm_sock_path)
static

◆ RunAdbShellCommand()

static Result< void > cuttlefish::run_cvd_impl::RunAdbShellCommand ( const CuttlefishConfig::InstanceSpecific ins,
const std::vector< std::string > &  command_args 
)
static

◆ SubtoolPath()

static std::string cuttlefish::run_cvd_impl::SubtoolPath ( const std::string &  subtool_name)
static

◆ SuspendCrosvm()

static Result< void > cuttlefish::run_cvd_impl::SuspendCrosvm ( const std::string &  vm_sock_path)
static