Searched refs:RETRY_INTERVAL (Results 1 - 7 of 7) sorted by relevance
/base/inputmethod/imf/services/adapter/os_account_adapter/include/ |
H A D | os_account_adapter.h | 34 static constexpr uint32_t RETRY_INTERVAL = 100; member in OHOS::MiscServices::OsAccountAdapter
|
/base/inputmethod/imf/services/adapter/os_account_adapter/src/ |
H A D | os_account_adapter.cpp | 46 if (!BlockRetry(RETRY_INTERVAL, BLOCK_RETRY_TIMES, in GetForegroundOsAccountLocalId()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | ime_system_channel.cpp | 129 static constexpr uint32_t RETRY_INTERVAL = 100; in RunConnectSystemCmd() local 131 if (!BlockRetry(RETRY_INTERVAL, BLOCK_RETRY_TIMES, [&agent, this, proxy]() -> bool { in RunConnectSystemCmd()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | ime_proxy_test.cpp | 37 constexpr int32_t RETRY_INTERVAL = 100; member 97 BlockRetry(RETRY_INTERVAL, RETRY_TIME, in StartApp() 119 BlockRetry(RETRY_INTERVAL, RETRY_TIME, in StopApp()
|
/base/time/time_service/services/time/src/ |
H A D | ntp_update_time.cpp | 50 constexpr uint32_t RETRY_INTERVAL = 1; member 121 sleep(RETRY_INTERVAL); in MonitorNetwork()
|
/base/request/request/frameworks/native/src/ |
H A D | request_manager_impl.cpp | 39 constexpr const int32_t RETRY_INTERVAL = 500 * 1000; member 95 usleep(RETRY_INTERVAL); in Retry()
|
/base/request/request/services/src/task/ |
H A D | request_task.rs | 43 const RETRY_INTERVAL: u64 = 400; consts 106 ylong_runtime::time::sleep(Duration::from_millis(RETRY_INTERVAL)).await;
|
Completed in 5 milliseconds