Home
last modified time | relevance | path

Searched refs:LauncherAction (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Drunner_defs.h50 enum class LauncherAction : char { enum
Dmain.cc315 cuttlefish::LauncherAction action; in ServerLoop()
318 case cuttlefish::LauncherAction::kStop: in ServerLoop()
328 case cuttlefish::LauncherAction::kStatus: { in ServerLoop()
334 case cuttlefish::LauncherAction::kPowerwash: { in ServerLoop()
/device/google/cuttlefish/host/commands/cvd_status/
Dcvd_status.cc75 auto request = cuttlefish::LauncherAction::kStatus; in main()
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc78 auto request = cuttlefish::LauncherAction::kPowerwash; in main()
/device/google/cuttlefish/host/commands/stop_cvd/
Dmain.cc158 auto request = cuttlefish::LauncherAction::kStop; in CleanStopInstance()