Home
last modified time | relevance | path

Searched refs:retryMaxTimes (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp277 constexpr int32_t retryMaxTimes = 3; in ResetService() local
280 if (!remoteUpdateCallbackMap_.empty() && retryTimes_ < retryMaxTimes) { in ResetService()