Searched refs:PropertyMonitor (Results 1 – 5 of 5) sorted by relevance
49 static std::thread SpawnThread(PropertyMonitor* pm) { in SpawnThread()55 static std::function<void()> RegisterExitCallback(PropertyMonitor* pm) { in RegisterExitCallback()64 static void RegisterCallback(PropertyMonitor* pm, PropertyChanges* output, in RegisterCallback()75 PropertyMonitor pm; in TEST()101 PropertyMonitor pm; in TEST()139 PropertyMonitor pm; in TEST()
38 struct PropertyMonitor { struct39 PropertyMonitor() = default;40 ~PropertyMonitor() = default;
70 void PropertyMonitor::Add(std::string property, std::function<PropertyMonitorCallback> callback) { in Add()86 void PropertyMonitor::Run() { in Run()
44 static PropertyMonitor g_property_monitor [[clang::no_destroy]];
755 PropertyMonitor prop_mon; in usb_ffs_open_thread()