Lines Matching refs:monitor
382 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
413 monitor->stop(); in ifMonitorStop()