Home
last modified time | relevance | path

Searched refs:monitor (Results 1 – 25 of 46) sorted by relevance

12

/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc35 static const std::map<std::string, monitor::BootEvent> kStageToEventMap = {
36 {cuttlefish::kBootStartedMessage, monitor::BootEvent::BootStarted},
37 {cuttlefish::kBootCompletedMessage, monitor::BootEvent::BootCompleted},
38 {cuttlefish::kBootFailedMessage, monitor::BootEvent::BootFailed},
40 monitor::BootEvent::MobileNetworkConnected},
41 {cuttlefish::kWifiConnectedMessage, monitor::BootEvent::WifiNetworkConnected},
43 {"init: starting service 'adbd'", monitor::BootEvent::AdbdStarted},
47 monitor::BootEvent evt, in ProcessSubscriptions()
48 std::vector<monitor::BootEventCallback>* subscribers) { in ProcessSubscriptions()
54 if (action == monitor::SubscriptionAction::ContinueSubscription) { in ProcessSubscriptions()
[all …]
Dmain.cc95 monitor::KernelLogServer klog{pipe, instance.PerInstancePath("kernel.log"), in main()
100 klog.SubscribeToBootEvents([subscriber_fd](monitor::BootEvent evt) { in main()
108 return monitor::SubscriptionAction::CancelSubscription; in main()
110 return monitor::SubscriptionAction::ContinueSubscription; in main()
/device/google/taimen/
Dthermal-engine.conf52 algo_type monitor
61 algo_type monitor
70 algo_type monitor
79 algo_type monitor
88 algo_type monitor
137 algo_type monitor
146 algo_type monitor
155 algo_type monitor
164 algo_type monitor
Dthermal-engine-vr.conf2 algo_type monitor
11 algo_type monitor
20 algo_type monitor
29 algo_type monitor
/device/generic/goldfish/radio/ril/
Dipv6_monitor.h36 void ipv6MonitorFree(struct ipv6Monitor* monitor);
38 void ipv6MonitorSetCallback(struct ipv6Monitor* monitor,
40 void ipv6MonitorRunAsync(struct ipv6Monitor* monitor);
41 void ipv6MonitorStop(struct ipv6Monitor* monitor);
Dif_monitor.h39 void ifMonitorFree(struct ifMonitor* monitor);
41 void ifMonitorSetCallback(struct ifMonitor* monitor,
43 void ifMonitorRunAsync(struct ifMonitor* monitor);
44 void ifMonitorStop(struct ifMonitor* monitor);
Dif_monitor.cpp382 auto monitor = std::make_unique<InterfaceMonitor>(); in ifMonitorCreate() local
383 if (!monitor || !monitor->init()) { in ifMonitorCreate()
386 return reinterpret_cast<struct ifMonitor*>(monitor.release()); in ifMonitorCreate()
391 InterfaceMonitor* monitor = reinterpret_cast<InterfaceMonitor*>(ifMonitor); in ifMonitorFree() local
392 delete monitor; in ifMonitorFree()
398 InterfaceMonitor* monitor = reinterpret_cast<InterfaceMonitor*>(ifMonitor); in ifMonitorSetCallback() local
399 monitor->setCallback(callback); in ifMonitorSetCallback()
404 InterfaceMonitor* monitor = reinterpret_cast<InterfaceMonitor*>(ifMonitor); in ifMonitorRunAsync() local
406 monitor->runAsync(); in ifMonitorRunAsync()
411 InterfaceMonitor* monitor = reinterpret_cast<InterfaceMonitor*>(ifMonitor); in ifMonitorStop() local
[all …]
Dipv6_monitor.cpp465 auto monitor = std::make_unique<Ipv6Monitor>(interfaceName); in ipv6MonitorCreate() local
466 if (!monitor || monitor->init() == Ipv6Monitor::InitResult::Error) { in ipv6MonitorCreate()
469 return reinterpret_cast<struct ipv6Monitor*>(monitor.release()); in ipv6MonitorCreate()
474 auto monitor = reinterpret_cast<Ipv6Monitor*>(ipv6Monitor); in ipv6MonitorFree() local
475 delete monitor; in ipv6MonitorFree()
481 auto monitor = reinterpret_cast<Ipv6Monitor*>(ipv6Monitor); in ipv6MonitorSetCallback() local
482 monitor->setCallback(callback); in ipv6MonitorSetCallback()
487 auto monitor = reinterpret_cast<Ipv6Monitor*>(ipv6Monitor); in ipv6MonitorRunAsync() local
488 monitor->runAsync(); in ipv6MonitorRunAsync()
493 auto monitor = reinterpret_cast<Ipv6Monitor*>(ipv6Monitor); in ipv6MonitorStop() local
[all …]
/device/google/muskie/
Dthermal-engine.conf54 algo_type monitor
63 algo_type monitor
72 algo_type monitor
81 algo_type monitor
90 algo_type monitor
Dthermal-engine-vr.conf2 algo_type monitor
11 algo_type monitor
/device/google/coral/
Dthermal-engine-flame-retail_mode.conf52 algo_type monitor
61 algo_type monitor
70 algo_type monitor
79 algo_type monitor
88 algo_type monitor
Dthermal-engine-coral-retail_mode.conf52 algo_type monitor
61 algo_type monitor
70 algo_type monitor
79 algo_type monitor
88 algo_type monitor
Dthermal-engine-coral-normal_mode.conf52 algo_type monitor
61 algo_type monitor
70 algo_type monitor
79 algo_type monitor
88 algo_type monitor
Dthermal-engine-flame-normal_mode.conf52 algo_type monitor
61 algo_type monitor
70 algo_type monitor
79 algo_type monitor
88 algo_type monitor
/device/google/bonito/
Dthermal-engine-bonito.conf22 algo_type monitor
31 algo_type monitor
40 algo_type monitor
49 algo_type monitor
Dthermal-engine-sargo.conf22 algo_type monitor
31 algo_type monitor
40 algo_type monitor
49 algo_type monitor
/device/google/crosshatch/
Dthermal-engine-crosshatch-vr-evt.conf2 algo_type monitor
11 algo_type monitor
20 algo_type monitor
Dthermal-engine-blueline-vr-evt.conf2 algo_type monitor
11 algo_type monitor
20 algo_type monitor
Dthermal-engine-crosshatch-vr-prod.conf2 algo_type monitor
11 algo_type monitor
20 algo_type monitor
Dthermal-engine-blueline-vr-prod.conf2 algo_type monitor
11 algo_type monitor
20 algo_type monitor
Dthermal-engine-crosshatch-novr-prod.conf52 algo_type monitor
61 algo_type monitor
70 algo_type monitor
79 algo_type monitor
Dthermal-engine-crosshatch-novr-evt.conf52 algo_type monitor
61 algo_type monitor
70 algo_type monitor
79 algo_type monitor
Dthermal-engine-blueline-novr-evt.conf52 algo_type monitor
61 algo_type monitor
70 algo_type monitor
79 algo_type monitor
Dthermal-engine-blueline-novr-prod.conf52 algo_type monitor
61 algo_type monitor
70 algo_type monitor
79 algo_type monitor
/device/generic/goldfish/network/netmgr/
Dmain.cpp102 Monitor monitor; in main() local
104 monitor.setOnInterfaceState(std::bind(&BridgeBuilder::onInterfaceState, in main()
110 res = monitor.init(); in main()
127 poller.addPollable(&monitor); in main()

12