Home
last modified time | relevance | path

Searched defs:maxRetryTimes (Results 1 – 5 of 5) 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h250 int32_t maxRetryTimes = 2; in CallService() local
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_thread.cpp106 constexpr uint32_t maxRetryTimes = 5; in SendScheduleMsgToAbilityThread() local
/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dmodule_manager.cpp48 constexpr int32_t maxRetryTimes = 1; in LoadModule() local
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_client.cpp86 constexpr int32_t maxRetryTimes = 5; // 回调注册失败最大尝试次数 in RegisterCallback() local