/base/powermgr/thermal_manager/services/native/src/ |
H A D | thermal_service.cpp | 50 constexpr uint32_t RETRY_TIME = 1000; member 529 FFRTUtils::SubmitDelayTask(retryTask, RETRY_TIME, g_queue); in RegisterHdiStatusListener() 530 THERMAL_HILOGW(COMP_SVC, "hdi service manager is nullptr, try again after %{public}u ms", RETRY_TIME); in RegisterHdiStatusListener() 555 THERMAL_HILOGW(COMP_SVC, "Register hdi failed, try again after %{public}u ms", RETRY_TIME); in RegisterHdiStatusListener() 559 FFRTUtils::SubmitDelayTask(retryTask, RETRY_TIME, g_queue); in RegisterHdiStatusListener() 585 FFRTUtils::SubmitDelayTask(retryTask, RETRY_TIME, g_queue); in UnRegisterThermalHdiCallback() 586 THERMAL_HILOGW(COMP_SVC, "thermalInterface_ is nullptr, try again after %{public}u ms", RETRY_TIME); in UnRegisterThermalHdiCallback()
|
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/ |
H A D | pdpcontextlistupdated_fuzzer.cpp | 30 constexpr int32_t RETRY_TIME = 2; member 47 response.retryTime = static_cast<int32_t>(*data + offset) % RETRY_TIME; in DoSomethingInterestingWithMyAPI()
|
/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_client.h | 37 #define RETRY_TIME (200 * 1000) // 200 * 1000 wait 200ms CONNECT_RETRY_DELAY = 200 * 1000 macro
|
H A D | appspawn_client.c | 247 usleep(RETRY_TIME); in TryCreateSocket() 263 usleep(RETRY_TIME); in ClientSendMsg() 291 usleep(RETRY_TIME); in ClientSendMsg()
|
/base/powermgr/power_manager/services/native/src/actions/default/ |
H A D | system_suspend_controller.cpp | 28 constexpr uint32_t RETRY_TIME = 1000; member 45 FFRTUtils::SubmitDelayTask(retryTask, RETRY_TIME, queue_); in RegisterHdiStatusListener() 71 FFRTUtils::SubmitDelayTask(retryTask, RETRY_TIME, queue_); in RegisterHdiStatusListener()
|
/base/request/request/frameworks/js/napi/src/legacy/ |
H A D | download_task.cpp | 27 constexpr uint32_t RETRY_TIME = 10;
member 186 } while (!result && retryTime < RETRY_TIME);
in Run() 188 if (retryTime >= RETRY_TIME) {
in Run()
|
/base/powermgr/power_manager/services/native/src/shutdown/ |
H A D | shutdown_dialog.cpp | 49 static constexpr uint32_t RETRY_TIME = 1000; member 92 FFRTUtils::SubmitDelayTask(task, RETRY_TIME, queue_); in KeyMonitorInit()
|
/base/startup/init/test/systest/ |
H A D | loopclient_systest.c | 39 #define RETRY_TIME (200 * 1000) // 200 * 1000 wait 200ms CONNECT_RETRY_DELAY = 200 * 1000 macro 231 usleep(RETRY_TIME); in TryCreateSocket() 342 usleep(RETRY_TIME); in ClientSendMsg() 364 usleep(RETRY_TIME); in ClientSendMsg()
|
/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_service.cpp | 52 constexpr uint32_t RETRY_TIME = 1000; member 308 BATTERY_HILOGW(COMP_SVC, "hdi service manager is nullptr, Try again after %{public}u second", RETRY_TIME); in RegisterHdiStatusListener() 312 FFRTUtils::SubmitDelayTask(retryTask, RETRY_TIME, g_queue); in RegisterHdiStatusListener() 342 BATTERY_HILOGW(COMP_SVC, "Register hdi failed, Try again after %{public}u second", RETRY_TIME); in RegisterHdiStatusListener() 346 FFRTUtils::SubmitDelayTask(retryTask, RETRY_TIME, g_queue); in RegisterHdiStatusListener()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | ime_proxy_test.cpp | 38 constexpr int32_t RETRY_TIME = 30; member 97 BlockRetry(RETRY_INTERVAL, RETRY_TIME, in StartApp() 119 BlockRetry(RETRY_INTERVAL, RETRY_TIME, in StopApp()
|
H A D | input_method_controller_test.cpp | 66 constexpr uint32_t RETRY_TIME = 200 * 1000; member 385 usleep(RETRY_TIME); in CheckProxyObject()
|
/base/msdp/device_status/test/unittest/intention/scheduler/src/ |
H A D | timer_manager_test.cpp | 38 constexpr int32_t RETRY_TIME { 2 }; 392 timerId_ = env->GetTimerManager().AddTimer(DEFAULT_DELAY_TIME, RETRY_TIME, [this, env]() { in HWTEST_F() 410 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS * RETRY_TIME)); in HWTEST_F()
|