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