Searched refs:g_callbackCV (Results 1 - 5 of 5) sorted by relevance
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | fan_fault_detect_test.cpp | 57 std::condition_variable g_callbackCV; member 119 g_callbackCV.notify_one(); in GetFaultId() 130 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in GetFaultId()
|
H A D | thermal_level_event_test.cpp | 52 std::condition_variable g_callbackCV; member 92 g_callbackCV.notify_one(); in Notify() 98 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in Wait()
|
H A D | thermal_action_hub_test.cpp | 44 std::condition_variable g_callbackCV; member 58 g_callbackCV.notify_one(); in Notify() 64 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in Wait()
|
/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_mgr_interface_test.cpp | 44 std::condition_variable g_callbackCV; member 57 g_callbackCV.notify_one(); in Notify() 63 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in Wait() 174 g_callbackCV.notify_one(); in OnThermalLevelChanged() 186 g_callbackCV.notify_one(); in OnThermalLevelChanged() 346 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in HWTEST_F()
|
H A D | thermal_level_event_system_test.cpp | 54 std::condition_variable g_callbackCV; member 83 g_callbackCV.notify_one(); in Notify() 89 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { return g_callbackTriggered; }); in Wait()
|
Completed in 4 milliseconds