Home
last modified time | relevance | path

Searched refs:maxRetryTimes (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_thread.cpp106 constexpr uint32_t maxRetryTimes = 5; in SendScheduleMsgToAbilityThread() local
109 while (retryTimes < maxRetryTimes) { in SendScheduleMsgToAbilityThread()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h247 int32_t maxRetryTimes = 2; in CallService() local
249 for (int32_t retryTimes = 0; retryTimes < maxRetryTimes; retryTimes++) { in CallService()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h46 const static size_t maxRetryTimes {100};
63 while (fileContentLen == 0 && !isChunked && !isClosed && retryTimes < maxRetryTimes) { in GetFileContentLength()

Completed in 1 milliseconds