Home
last modified time | relevance | path

Searched refs:RETRY_TIME (Results 1 - 12 of 12) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp50 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 Dpdpcontextlistupdated_fuzzer.cpp30 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 Dappspawn_client.h37 #define RETRY_TIME (200 * 1000) // 200 * 1000 wait 200ms CONNECT_RETRY_DELAY = 200 * 1000 macro
H A Dappspawn_client.c247 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 Dsystem_suspend_controller.cpp28 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 Ddownload_task.cpp27 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 Dshutdown_dialog.cpp49 static constexpr uint32_t RETRY_TIME = 1000; member
92 FFRTUtils::SubmitDelayTask(task, RETRY_TIME, queue_); in KeyMonitorInit()
/base/startup/init/test/systest/
H A Dloopclient_systest.c39 #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 Dbattery_service.cpp52 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 Dime_proxy_test.cpp38 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 Dinput_method_controller_test.cpp66 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 Dtimer_manager_test.cpp38 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()

Completed in 11 milliseconds