Home
last modified time | relevance | path

Searched full:time_out (Results 1 – 25 of 34) sorted by relevance

12

/base/hiviewdfx/hiview/utility/smart_parser/config/
Dcompose_rule.json6 "TIME_OUT": "BasicParam.v_timeout", string
17 "TIME_OUT": "BasicParam.v_timeout", string
24 "TIME_OUT": "BasicParam.v_timeout", string
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
Dpower_policy_plugin_test.cpp79 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT));
117 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT));
137 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT));
156 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT));
176 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT));
214 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT));
236 data.WriteUint32(static_cast<uint32_t>(PowerScene::TIME_OUT));
/base/powermgr/battery_manager/test/systemtest/src/
Dbattery_event_system_test.cpp53 constexpr int64_t TIME_OUT = 1; variable
429 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
449 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
470 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
491 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
512 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
533 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
554 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
575 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
599 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
[all …]
/base/update/updateservice/foundations/model/include/
Dcall_result.h37 TIME_OUT = 402, enumerator
52 constexpr int32_t INT_TIME_OUT = CAST_INT(CallResult::TIME_OUT);
/base/powermgr/power_manager/test/systemtest/src/
Dpower_level_event_system_test_off.cpp47 constexpr int64_t TIME_OUT = 1; variable
108 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
Dpower_level_event_system_test_on.cpp47 constexpr int64_t TIME_OUT = 1; variable
109 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
Dpower_mgr_shutdown_fast_test.cpp47 constexpr int64_t TIME_OUT = 1; variable
116 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
/base/hiviewdfx/hiview/plugins/faultlogger/common/
Dlog_analyzer.cpp33 info.reason.compare("SERVICE_TIMEOUT") == 0) && !eventInfos["TIME_OUT"].empty()) { in GetFingerRawString()
34 eventInfos["LAST_FRAME"] = eventInfos["TIME_OUT"]; in GetFingerRawString()
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
Ddevice_settings_proxy_test.cpp220 PowerScene scene = PowerScene::TIME_OUT;
236 PowerScene scene = PowerScene::TIME_OUT;
254 PowerScene scene = PowerScene::TIME_OUT;
270 PowerScene scene = PowerScene::TIME_OUT;
/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_level_event_system_test.cpp56 constexpr int64_t TIME_OUT = 1; variable
89 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { return g_callbackTriggered; }); in Wait()
446 sleep(TIME_OUT);
455 sleep(TIME_OUT / 10); // 100ms in __anond10929a00402()
479 sleep(TIME_OUT);
488 sleep(TIME_OUT / 10); // 100ms in __anond10929a00502()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
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/customization/enterprise_device_management/interfaces/inner_api/device_settings/include/
Dpower_policy.h24 TIME_OUT = 0, enumerator
/base/security/security_guard/frameworks/common/constants/include/
Dsecurity_collector_define.h31 TIME_OUT, enumerator
Dsecurity_guard_define.h32 TIME_OUT, enumerator
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
DAnimatorSceneDataProcessor.cpp26 const int32_t TIME_OUT = 5000; variable
204 … if (it->second != nullptr && (GetCurrentRealtimeMs() - (it->second)->startTime) >= TIME_OUT) { in HandleTimeOutPoints()
/base/hiviewdfx/hidumper/
Dhidumper.yaml39 TIME_OUT: {type: INT32, desc: timeout value}
/base/powermgr/thermal_manager/test/unittest/src/
Dfan_fault_detect_test.cpp47 const int64_t TIME_OUT = 2; variable
122 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in GetFaultId()
Dthermal_level_event_test.cpp54 constexpr int64_t TIME_OUT = 3; variable
98 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in Wait()
Dthermal_action_hub_test.cpp46 constexpr int64_t TIME_OUT = 1; variable
64 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in Wait()
/base/customization/enterprise_device_management/interfaces/kits/device_settings/src/
Ddevice_settings_addon.cpp28 …NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, static_cast<uint32_t>(PowerScene::TIME_OUT), &n… 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/session/src/
Dnapi_session.cpp70 businessError_.errorNum = CallResult::TIME_OUT; in ExecuteWork()
/base/customization/enterprise_device_management/services/edm_plugin/src/
Dpower_policy_plugin.cpp165 if (powerScene == static_cast<uint32_t>(PowerScene::TIME_OUT)) { in GetPowerSceneKey()
/base/security/security_guard/services/risk_classify/src/
Drisk_analysis_manager_service.cpp130 ret = TIME_OUT; in RequestSecurityModelResult()
/base/security/security_guard/interfaces/inner_api/classify/src/
Dsg_classify_client.cpp94 return TIME_OUT; in RequestSecurityModelResultSync()
/base/time/time_service/services/time/src/
Dsntp_client.cpp50 constexpr int32_t TIME_OUT = 5; variable
90 struct timeval timeout = { TIME_OUT, 0 }; in RequestTime()

12