Home
last modified time | relevance | path

Searched refs:g_callbackCV (Results 1 - 5 of 5) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
H A Dfan_fault_detect_test.cpp57 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 Dthermal_level_event_test.cpp52 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 Dthermal_action_hub_test.cpp44 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 Dthermal_mgr_interface_test.cpp44 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 Dthermal_level_event_system_test.cpp54 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