/base/powermgr/battery_manager/test/systemtest/src/ |
D | battery_event_system_test.cpp | 53 constexpr int64_t TIME_OUT = 1; variable 429 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 448 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 467 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 486 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 505 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 524 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 543 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 562 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 584 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { [all …]
|
/base/powermgr/power_manager/test/systemtest/src/ |
D | power_level_event_system_test_off.cpp | 47 constexpr int64_t TIME_OUT = 1; variable 108 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
|
D | power_level_event_system_test_on.cpp | 47 constexpr int64_t TIME_OUT = 1; variable 109 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
|
D | power_mgr_shutdown_fast_test.cpp | 47 constexpr int64_t TIME_OUT = 1; variable 116 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
|
D | power_mgr_powersavemode_test.cpp | 47 constexpr int64_t TIME_OUT = 1; variable 456 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
|
/base/update/update_app/common/src/main/ets/const/ |
D | update_const.ts | 411 TIME_OUT = -2 enumerator
|
/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_level_event_test.cpp | 41 constexpr int64_t TIME_OUT = 1; variable 56 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { return g_callbackTriggered; }); in Wait()
|
D | thermal_action_hub_test.cpp | 35 constexpr int64_t TIME_OUT = 1; variable 49 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { return g_callbackTriggered; }); in Wait()
|
/base/powermgr/thermal_manager/test/systemtest/src/ |
D | thermal_level_event_system_test.cpp | 42 constexpr int64_t TIME_OUT = 1; variable 57 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { return g_callbackTriggered; }); in Wait()
|
D | thermal_mgr_interface_test.cpp | 36 constexpr int64_t TIME_OUT = 1; variable 52 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { return g_callbackTriggered; }); in Wait() 603 …g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { return (g_levelCallBack4 && g_lev… in __anonf80f10160402()
|
/base/time/time_service/services/time/src/ |
D | sntp_client.cpp | 49 constexpr int32_t TIME_OUT = 5; variable 98 struct timeval timeout = { TIME_OUT, 0 }; in RequestTime()
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_helper.h | 56 TIME_OUT = 402, enumerator 71 constexpr int32_t INT_TIME_OUT = CAST_INT(CallResult::TIME_OUT);
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | define_property.cpp | 66 DECLARE_CALL_RESULT_PROPERTY(CallResult::TIME_OUT), in DefineCallResult()
|
/base/update/updateservice/frameworks/js/napi/client/ |
D | update_session.cpp | 73 businessError_.errorNum = CallResult::TIME_OUT; in ExecuteWork()
|
/base/update/update_app/common/src/main/ets/manager/ |
D | UpdateManager.ts | 39 upgradeData.callResult = UpgradeCallResult.TIME_OUT;
|
/base/print/print_fwk/services/src/ |
D | print_cups_client.cpp | 36 const uint32_t TIME_OUT = 2000; variable 189 … http = httpConnect2(host, port, NULL, AF_UNSPEC, HTTP_ENCRYPTION_IF_REQUESTED, 1, TIME_OUT, NULL); in QueryPrinterCapabilityByUri()
|