Searched refs:BlockRetry (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/inputmethod/imf/common/src/ |
H A D | global.cpp | 34 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 D | os_account_adapter.cpp | 46 if (!BlockRetry(RETRY_INTERVAL, BLOCK_RETRY_TIMES, in GetForegroundOsAccountLocalId()
|
/ohos5.0/base/inputmethod/imf/common/include/ |
H A D | global.h | 142 bool BlockRetry(uint32_t interval, uint32_t maxRetryTimes, Function func);
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | ime_proxy_test.cpp | 92 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 D | ime_system_channel.cpp | 131 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 D | input_method_ability.cpp | 1092 if (!BlockRetry(FIND_PANEL_RETRY_INTERVAL, MAX_RETRY_TIMES, [panel]() -> bool { in GetSoftKeyboardPanel()
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | peruser_session.cpp | 1745 if (BlockRetry(CHECK_IME_RUNNING_RETRY_INTERVAL, CHECK_IME_RUNNING_RETRY_TIMES, in HandleFirstStart()
|