Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dprocess_monitor.h27 struct MonitorEntry;
28 using OnSocketReadyCb = std::function<bool(MonitorEntry*)>;
30 struct MonitorEntry { struct
52 static bool RestartOnExitCb(MonitorEntry* entry); argument
53 static bool DoNotMonitorCb(MonitorEntry* entry);
58 std::vector<MonitorEntry> monitored_processes_;
Dprocess_monitor.cc86 monitored_processes_.push_back(MonitorEntry()); in MonitorExistingSubprocess()
127 bool ProcessMonitor::RestartOnExitCb(MonitorEntry* entry) { in RestartOnExitCb()
163 bool ProcessMonitor::DoNotMonitorCb(MonitorEntry*) { return false; } in DoNotMonitorCb() argument
Dlaunch.h30 std::function<bool(cuttlefish::MonitorEntry*)> callback);
Dlaunch.cc16 using cuttlefish::MonitorEntry;
254 std::function<bool(MonitorEntry*)> callback) { in LaunchVNCServer()
Dmain.cc151 [boot_events_pipe, state_machine](cuttlefish::MonitorEntry*) { in SetUpHandlingOfBootEvents() argument