Android-cuttlefish cvd tool
Classes | Variables
cuttlefish::anonymous_namespace{restart.cpp} Namespace Reference

Classes

class  CvdDeviceRestartCommandHandler
 
struct  RestartOptions
 

Variables

constexpr char kSummaryHelpText [] = "Restart device"
 
constexpr char kDetailedHelpText []
 
constexpr char kRestartCmd [] = "restart"
 

Variable Documentation

◆ kDetailedHelpText

constexpr char cuttlefish::anonymous_namespace{restart.cpp}::kDetailedHelpText[]
constexpr
Initial value:
=
R"(restart: Reboots the virtual device
Flags:
-boot_timeout (How many seconds to wait for the device to reboot.)
type: int32 default: 1000
-wait_for_launcher (How many seconds to wait for the launcher to respond to
the status command. A value of zero means wait indefinitely.) type: int32
default: 30
)"

◆ kRestartCmd

constexpr char cuttlefish::anonymous_namespace{restart.cpp}::kRestartCmd[] = "restart"
constexpr

◆ kSummaryHelpText

constexpr char cuttlefish::anonymous_namespace{restart.cpp}::kSummaryHelpText[] = "Restart device"
constexpr