Searched refs:RunLauncherAction (Results 1 – 11 of 11) sorted by relevance
/device/google/cuttlefish/host/libs/command_util/ |
D | util.h | 47 Result<void> RunLauncherAction(SharedFD monitor_socket, LauncherAction action, 52 Result<void> RunLauncherAction(
|
D | util.cc | 143 Result<void> RunLauncherAction(SharedFD monitor_socket, LauncherAction action, in RunLauncherAction() function 161 Result<void> RunLauncherAction( in RunLauncherAction() function
|
/device/google/cuttlefish/host/commands/record_cvd/ |
D | record_cvd.cc | 60 CF_EXPECT(RunLauncherAction(monitor_socket, extended_action, std::nullopt)); in RecordCvdMain()
|
/device/google/cuttlefish/host/commands/powerwash_cvd/ |
D | powerwash_cvd.cc | 51 CF_EXPECT(RunLauncherAction(monitor_socket, LauncherAction::kPowerwash, in PowerwashCvdMain()
|
/device/google/cuttlefish/host/commands/restart_cvd/ |
D | restart_cvd.cc | 51 CF_EXPECT(RunLauncherAction(monitor_socket, LauncherAction::kRestart, in RestartCvdMain()
|
/device/google/cuttlefish/host/commands/screen_recording_server/ |
D | main.cpp | 79 RunLauncherAction(socket, extended_action, std::nullopt); in SendToAllInstances()
|
/device/google/cuttlefish/host/commands/snapshot_util_cvd/ |
D | main.cc | 62 CF_EXPECT(RunLauncherAction(socket, extended_action, std::nullopt)); in BroadcastLauncherAction()
|
/device/google/cuttlefish/host/commands/status/ |
D | main.cc | 132 CF_EXPECT(RunLauncherAction(monitor_socket, LauncherAction::kStatus, in CvdStatusMain()
|
/device/google/cuttlefish/host/commands/stop/ |
D | main.cc | 125 CF_EXPECT(RunLauncherAction(monitor_socket, LauncherAction::kStop, in CleanStopInstance()
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | boot_state_machine.cc | 335 auto fail_res = RunLauncherAction( in ThreadLoop()
|
/device/google/cuttlefish/host/libs/process_monitor/ |
D | process_monitor.cc | 179 CF_EXPECT(RunLauncherAction(channel_to_secure_env, extended_action, in SuspendResumeImpl()
|