Searched refs:MonitorEntry (Results 1 – 5 of 5) sorted by relevance
27 struct MonitorEntry;28 using OnSocketReadyCb = std::function<bool(MonitorEntry*)>;30 struct MonitorEntry { struct52 static bool RestartOnExitCb(MonitorEntry* entry); argument53 static bool DoNotMonitorCb(MonitorEntry* entry);58 std::vector<MonitorEntry> monitored_processes_;
86 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
30 std::function<bool(cuttlefish::MonitorEntry*)> callback);
16 using cuttlefish::MonitorEntry;254 std::function<bool(MonitorEntry*)> callback) { in LaunchVNCServer()
151 [boot_events_pipe, state_machine](cuttlefish::MonitorEntry*) { in SetUpHandlingOfBootEvents() argument