Home
last modified time | relevance | path

Searched refs:BlockRetry (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/inputmethod/imf/common/src/
H A Dglobal.cpp34 bool BlockRetry(uint32_t interval, uint32_t maxRetryTimes, Function func) in BlockRetry() function
/ohos5.0/base/inputmethod/imf/services/adapter/os_account_adapter/src/
H A Dos_account_adapter.cpp46 if (!BlockRetry(RETRY_INTERVAL, BLOCK_RETRY_TIMES, in GetForegroundOsAccountLocalId()
/ohos5.0/base/inputmethod/imf/common/include/
H A Dglobal.h142 bool BlockRetry(uint32_t interval, uint32_t maxRetryTimes, Function func);
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_proxy_test.cpp92 BlockRetry(RETRY_INTERVAL, RETRY_TIME, in StartApp()
114 BlockRetry(RETRY_INTERVAL, RETRY_TIME, in StopApp()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp131 if (!BlockRetry(RETRY_INTERVAL, BLOCK_RETRY_TIMES, [&agent, this, proxy]() -> bool { in RunConnectSystemCmd()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp1092 if (!BlockRetry(FIND_PANEL_RETRY_INTERVAL, MAX_RETRY_TIMES, [panel]() -> bool { in GetSoftKeyboardPanel()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp1745 if (BlockRetry(CHECK_IME_RUNNING_RETRY_INTERVAL, CHECK_IME_RUNNING_RETRY_TIMES, in HandleFirstStart()