Home
last modified time | relevance | path

Searched defs:maxRetryTimes (Results 1 – 3 of 3) sorted by relevance

/base/inputmethod/imf/common/src/
Dglobal.cpp34 bool BlockRetry(uint32_t interval, uint32_t maxRetryTimes, Function func) in BlockRetry()
/base/update/updateservice/interfaces/inner_api/modulemgr/src/
Dmodule_manager.cpp48 constexpr int32_t maxRetryTimes = 1; in LoadModule() local
/base/update/updateservice/frameworks/js/napi/update/src/
Dupdate_client.cpp86 constexpr int32_t maxRetryTimes = 5; // 回调注册失败最大尝试次数 in RegisterCallback() local