Home
last modified time | relevance | path

Searched refs:TIME_OUT (Results 1 - 25 of 28) sorted by relevance

12

/base/update/updateservice/foundations/model/include/
H A Dcall_result.h37 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 Dpower_policy_plugin_test.cpp79 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 Dbattery_event_system_test.cpp54 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 Dpower_level_event_system_test_on.cpp47 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 Dpower_mgr_shutdown_fast_test.cpp47 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 Dpower_level_event_system_test_off.cpp47 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 Dpower_mgr_powersavemode_test.cpp47 constexpr int64_t TIME_OUT = 1; member
/base/customization/enterprise_device_management/interfaces/inner_api/device_settings/include/
H A Dpower_policy.h24 TIME_OUT = 0, member in OHOS::EDM::PowerScene
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signalhandler_exception.c47 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 Dthermal_level_event_system_test.cpp56 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 Dthermal_mgr_interface_test.cpp46 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 Ddevice_settings_proxy_test.cpp220 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 Dsecurity_collector_define.h31 TIME_OUT,
H A Dsecurity_guard_define.h32 TIME_OUT,
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAnimatorSceneDataProcessor.cpp28 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 Dnapi_session.cpp70 businessError_.errorNum = CallResult::TIME_OUT; in ExecuteWork()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dfan_fault_detect_test.cpp52 const int64_t TIME_OUT = 2; member
130 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in GetFaultId()
H A Dthermal_level_event_test.cpp54 constexpr int64_t TIME_OUT = 3; member
98 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in Wait()
H A Dthermal_action_hub_test.cpp46 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 Drisk_analysis_manager_service.cpp131 ret = TIME_OUT; in RequestSecurityModelResult()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dpower_policy_plugin.cpp194 if (powerScene == static_cast<uint32_t>(PowerScene::TIME_OUT)) { in GetPowerSceneKey()
/base/security/security_guard/frameworks/common/classify/src/
H A Dsg_classify_client.cpp94 return TIME_OUT; in RequestSecurityModelResultSync()
/base/time/time_service/services/time/src/
H A Dsntp_client.cpp49 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 Ddevice_settings_addon.cpp28 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 Ddefine_property.cpp74 DECLARE_CALL_RESULT_PROPERTY(CallResult::TIME_OUT), in DefineCallResult()

Completed in 13 milliseconds

12