Home
last modified time | relevance | path

Searched refs:RETRY_INTERVAL (Results 1 - 7 of 7) sorted by relevance

/base/inputmethod/imf/services/adapter/os_account_adapter/include/
H A Dos_account_adapter.h34 static constexpr uint32_t RETRY_INTERVAL = 100; member in OHOS::MiscServices::OsAccountAdapter
/base/inputmethod/imf/services/adapter/os_account_adapter/src/
H A Dos_account_adapter.cpp46 if (!BlockRetry(RETRY_INTERVAL, BLOCK_RETRY_TIMES, in GetForegroundOsAccountLocalId()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp129 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 Dime_proxy_test.cpp37 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 Dntp_update_time.cpp50 constexpr uint32_t RETRY_INTERVAL = 1; member
121 sleep(RETRY_INTERVAL); in MonitorNetwork()
/base/request/request/frameworks/native/src/
H A Drequest_manager_impl.cpp39 constexpr const int32_t RETRY_INTERVAL = 500 * 1000; member
95 usleep(RETRY_INTERVAL); in Retry()
/base/request/request/services/src/task/
H A Drequest_task.rs43 const RETRY_INTERVAL: u64 = 400; consts
106 ylong_runtime::time::sleep(Duration::from_millis(RETRY_INTERVAL)).await;

Completed in 5 milliseconds