| /base/hiviewdfx/hiview/utility/smart_parser/config/ |
| D | compose_rule.json | 6 "TIME_OUT": "BasicParam.v_timeout", string 17 "TIME_OUT": "BasicParam.v_timeout", string 29 "TIME_OUT": "BasicParam.v_timeout", string
|
| /base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
| D | power_policy_plugin_test.cpp | 79 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/ |
| D | battery_event_system_test.cpp | 54 constexpr int64_t TIME_OUT = 1; variable 432 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 454 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 477 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 500 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 523 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 546 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 569 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 592 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { 618 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) { [all …]
|
| /base/update/updateservice/foundations/model/include/ |
| D | call_result.h | 37 TIME_OUT = 402, enumerator 53 constexpr int32_t INT_TIME_OUT = CAST_INT(CallResult::TIME_OUT);
|
| /base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
| D | device_settings_proxy_test.cpp | 232 PowerScene scene = PowerScene::TIME_OUT; 248 PowerScene scene = PowerScene::TIME_OUT; 266 PowerScene scene = PowerScene::TIME_OUT; 282 PowerScene scene = PowerScene::TIME_OUT;
|
| /base/powermgr/power_manager/test/systemtest/src/ |
| D | power_level_event_system_test_on.cpp | 47 constexpr int64_t TIME_OUT = 1; variable 110 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
|
| D | power_level_event_system_test_off.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 117 if (g_cv.wait_for(lck, std::chrono::seconds(TIME_OUT)) == std::cv_status::timeout) {
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
| D | dfx_signalhandler_exception.c | 46 static const int TIME_OUT = 2; /* seconds */ variable 96 int fd = ConnectSocket(FAULTLOGGERD_SOCKET_NAME, TIME_OUT); // connect timeout in ReportException()
|
| /base/powermgr/thermal_manager/test/systemtest/src/ |
| D | thermal_level_event_system_test.cpp | 56 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 __anon9b396e5e0402() 479 sleep(TIME_OUT); 488 sleep(TIME_OUT / 10); // 100ms in __anon9b396e5e0502()
|
| D | thermal_mgr_interface_test.cpp | 46 constexpr int64_t TIME_OUT = 3; variable 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 __anon06f03ff70402()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/common/ |
| D | log_analyzer.cpp | 33 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/interfaces/inner_api/device_settings/include/ |
| D | power_policy.h | 24 TIME_OUT = 0, enumerator
|
| /base/security/security_guard/frameworks/common/constants/include/ |
| D | security_collector_define.h | 31 TIME_OUT, enumerator
|
| D | security_guard_define.h | 32 TIME_OUT, enumerator
|
| /base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
| D | AnimatorSceneDataProcessor.cpp | 28 const int32_t TIME_OUT = 5000; variable 206 … if (it->second != nullptr && (GetCurrentRealtimeMs() - (it->second)->startTime) >= TIME_OUT) { in HandleTimeOutPoints()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | thread_context.cpp | 50 constexpr std::chrono::seconds TIME_OUT = std::chrono::seconds(1); variable 176 ctxPtr->cv.wait_for(lock, TIME_OUT); in CopyContextAndWaitTimeout() 256 if (threadContext->cv.wait_for(lock, TIME_OUT) == std::cv_status::timeout) { in CollectThreadContext() 306 if (cv_.wait_for(lock, TIME_OUT) == std::cv_status::timeout) { in CollectThreadContext()
|
| /base/customization/enterprise_device_management/interfaces/kits/device_settings/src/ |
| D | device_settings_addon.cpp | 29 …NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, static_cast<uint32_t>(PowerScene::TIME_OUT), &n… in CreatePowerSceneObject() 30 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "TIME_OUT", nTimeOut)); in CreatePowerSceneObject() 162 … if (ParseUint(env, powerInt, object) && powerInt == static_cast<uint32_t>(PowerScene::TIME_OUT)) { in JsObjToPowerScene() 387 PowerScene powerScene = PowerScene::TIME_OUT; in GetValue()
|
| /base/hiviewdfx/hidumper/ |
| D | hidumper.yaml | 39 TIME_OUT: {type: INT32, desc: timeout value}
|
| /base/powermgr/thermal_manager/test/unittest/src/ |
| D | fan_fault_detect_test.cpp | 47 const int64_t TIME_OUT = 2; variable 122 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in GetFaultId()
|
| D | thermal_level_event_test.cpp | 54 constexpr int64_t TIME_OUT = 3; variable 98 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in Wait()
|
| D | thermal_action_hub_test.cpp | 46 constexpr int64_t TIME_OUT = 1; variable 64 g_callbackCV.wait_for(lock, std::chrono::seconds(TIME_OUT), [] { in Wait()
|
| /base/update/updateservice/frameworks/js/napi/session/src/ |
| D | napi_session.cpp | 70 businessError_.errorNum = CallResult::TIME_OUT; in ExecuteWork()
|
| /base/time/time_service/services/time/src/ |
| D | sntp_client.cpp | 40 constexpr int32_t TIME_OUT = 5; variable 80 struct timeval timeout = { TIME_OUT, 0 }; in RequestTime()
|
| /base/security/security_guard/services/risk_classify/src/ |
| D | risk_analysis_manager_service.cpp | 134 ret = TIME_OUT; in RequestSecurityModelResult()
|