/base/update/updateservice/foundations/model/include/ |
H A D | call_result.h | 37 TIME_OUT = 402, member in OHOS::UpdateEngine::CallResult 52 constexpr int32_t INT_TIME_OUT = CAST_INT(CallResult::TIME_OUT);
|
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | power_policy_plugin_test.cpp | 79 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT)); in HWTEST_F() 117 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT)); in HWTEST_F() 137 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT)); in HWTEST_F() 156 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT)); in HWTEST_F() 176 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT)); in HWTEST_F() 214 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT)); in HWTEST_F() 236 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT)); in HWTEST_F()
|
/base/powermgr/battery_manager/test/systemtest/src/ |
H A D | battery_event_system_test.cpp | 54 constexpr int64_t TIME_OUT = 1; member 432 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { in HWTEST_F() 454 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { in HWTEST_F() 477 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { in HWTEST_F() 500 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { in HWTEST_F() 523 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { in HWTEST_F() 546 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { in HWTEST_F() 569 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { in HWTEST_F() 592 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { in HWTEST_F() 618 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) in HWTEST_F() [all...] |
/base/powermgr/power_manager/test/systemtest/src/ |
H A D | power_level_event_system_test_on.cpp | 47 constexpr int64_t TIME_OUT = 1; member 110 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { in HWTEST_F()
|
H A D | power_mgr_shutdown_fast_test.cpp | 47 constexpr int64_t TIME_OUT = 1; member 116 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { in HWTEST_F()
|
H A D | power_level_event_system_test_off.cpp | 47 constexpr int64_t TIME_OUT = 1; member 109 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { in HWTEST_F()
|
H A D | power_mgr_powersavemode_test.cpp | 47 constexpr int64_t TIME_OUT = 1; member
|
/base/customization/enterprise_device_management/interfaces/inner_api/device_settings/include/ |
H A D | power_policy.h | 24 TIME_OUT = 0, member in OHOS::EDM::PowerScene
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | dfx_signalhandler_exception.c | 47 static const int TIME_OUT = 2; /* seconds */ variable 108 int fd = ConnectSocket(FAULTLOGGERD_SOCKET_NAME, TIME_OUT); // connect timeout in ReportException()
|
/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_level_event_system_test.cpp | 56 constexpr int64_t TIME_OUT = 1; member 89 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { return g_callbackTriggered; }); in Wait() 446 sleep(TIME_OUT); in HWTEST_F() 455 sleep(TIME_OUT / 10); // 100ms in HWTEST_F() 479 sleep(TIME_OUT); in HWTEST_F() 488 sleep(TIME_OUT / 10); // 100ms in HWTEST_F()
|
H A D | thermal_mgr_interface_test.cpp | 46 constexpr int64_t TIME_OUT = 3; member 63 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in Wait() 346 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in HWTEST_F()
|
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
H A D | device_settings_proxy_test.cpp | 220 PowerScene scene = PowerScene::TIME_OUT; in HWTEST_F() 236 PowerScene scene = PowerScene::TIME_OUT; in HWTEST_F() 254 PowerScene scene = PowerScene::TIME_OUT; in HWTEST_F() 270 PowerScene scene = PowerScene::TIME_OUT; in HWTEST_F()
|
/base/security/security_guard/frameworks/common/constants/include/ |
H A D | security_collector_define.h | 31 TIME_OUT,
|
H A D | security_guard_define.h | 32 TIME_OUT,
|
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AnimatorSceneDataProcessor.cpp | 28 const int32_t TIME_OUT = 5000; member 206 if (it->second != nullptr && (GetCurrentRealtimeMs() - (it->second)->startTime) >= TIME_OUT) { in HandleTimeOutPoints()
|
/base/update/updateservice/frameworks/js/napi/session/src/ |
H A D | napi_session.cpp | 70 businessError_.errorNum = CallResult::TIME_OUT; in ExecuteWork()
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | fan_fault_detect_test.cpp | 52 const int64_t TIME_OUT = 2; member 130 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in GetFaultId()
|
H A D | thermal_level_event_test.cpp | 54 constexpr int64_t TIME_OUT = 3; member 98 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in Wait()
|
H A D | thermal_action_hub_test.cpp | 46 constexpr int64_t TIME_OUT = 1; member 64 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in Wait()
|
/base/security/security_guard/services/risk_classify/src/ |
H A D | risk_analysis_manager_service.cpp | 131 ret = TIME_OUT;
in RequestSecurityModelResult()
|
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | power_policy_plugin.cpp | 194 if (powerScene == static_cast<uint32_t>(PowerScene::TIME_OUT)) { in GetPowerSceneKey()
|
/base/security/security_guard/frameworks/common/classify/src/ |
H A D | sg_classify_client.cpp | 94 return TIME_OUT;
in RequestSecurityModelResultSync()
|
/base/time/time_service/services/time/src/ |
H A D | sntp_client.cpp | 49 constexpr int32_t TIME_OUT = 5; member 89 struct timeval timeout = { TIME_OUT, 0 }; in RequestTime()
|
/base/customization/enterprise_device_management/interfaces/kits/device_settings/src/ |
H A D | device_settings_addon.cpp | 28 NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, static_cast<uint32_t>(PowerScene::TIME_OUT), &nTimeOut)); in CreatePowerSceneObject() 29 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "TIME_OUT", nTimeOut)); in CreatePowerSceneObject() 142 if (ParseUint(env, powerInt, object) && powerInt == static_cast<uint32_t>(PowerScene::TIME_OUT)) { in JsObjToPowerScene() 460 PowerScene powerScene = PowerScene::TIME_OUT; in GetValue()
|
/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | define_property.cpp | 74 DECLARE_CALL_RESULT_PROPERTY(CallResult::TIME_OUT), in DefineCallResult()
|