Searched defs:maxRetryTimes (Results 1 – 5 of 5) sorted by relevance
34 bool BlockRetry(uint32_t interval, uint32_t maxRetryTimes, Function func) in BlockRetry()
250 int32_t maxRetryTimes = 2; in CallService() local
106 constexpr uint32_t maxRetryTimes = 5; in SendScheduleMsgToAbilityThread() local
48 constexpr int32_t maxRetryTimes = 1; in LoadModule() local
86 constexpr int32_t maxRetryTimes = 5; // 回调注册失败最大尝试次数 in RegisterCallback() local