Home
last modified time | relevance | path

Searched refs:RunLauncherAction (Results 1 – 11 of 11) sorted by relevance

/device/google/cuttlefish/host/libs/command_util/
Dutil.h47 Result<void> RunLauncherAction(SharedFD monitor_socket, LauncherAction action,
52 Result<void> RunLauncherAction(
Dutil.cc143 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/
Drecord_cvd.cc60 CF_EXPECT(RunLauncherAction(monitor_socket, extended_action, std::nullopt)); in RecordCvdMain()
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc51 CF_EXPECT(RunLauncherAction(monitor_socket, LauncherAction::kPowerwash, in PowerwashCvdMain()
/device/google/cuttlefish/host/commands/restart_cvd/
Drestart_cvd.cc51 CF_EXPECT(RunLauncherAction(monitor_socket, LauncherAction::kRestart, in RestartCvdMain()
/device/google/cuttlefish/host/commands/screen_recording_server/
Dmain.cpp79 RunLauncherAction(socket, extended_action, std::nullopt); in SendToAllInstances()
/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dmain.cc62 CF_EXPECT(RunLauncherAction(socket, extended_action, std::nullopt)); in BroadcastLauncherAction()
/device/google/cuttlefish/host/commands/status/
Dmain.cc132 CF_EXPECT(RunLauncherAction(monitor_socket, LauncherAction::kStatus, in CvdStatusMain()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc125 CF_EXPECT(RunLauncherAction(monitor_socket, LauncherAction::kStop, in CleanStopInstance()
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc335 auto fail_res = RunLauncherAction( in ThreadLoop()
/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.cc179 CF_EXPECT(RunLauncherAction(channel_to_secure_env, extended_action, in SuspendResumeImpl()