/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/ |
H A D | update_engine_controller.cpp | 61 INTELL_VOICE_LOG_INFO("retry update, times %{public}d", retryTimes_); in UpdateRetryProc() 70 …INTELL_VOICE_LOG_INFO("retry err, times %{public}d, result %{public}d", retryTimes_, updateResult_… in UpdateRetryProc() 127 if (retryTimes_ < retryTimesLimit_) { in CreateUpdateEngineUntilTime() 153 retryTimes_++; in StartUpdateTimer() 176 if (retryTimes_ >= retryTimesLimit_) { in IsNeedRetryUpdate() 191 retryTimes_ = 0; in ClearRetryState()
|
H A D | update_engine_controller.h | 69 int retryTimes_ = 0; variable
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/ |
H A D | data_stream_source_plugin.cpp | 145 retryTimes_ = 0; in Read() 164 retryTimes_ = 0; in Read() 172 retryTimes_++; in Read() 173 } while (retryTimes_ < DEFAULT_RETRY_TIMES); in Read() 183 buffer->GetMemory()->GetSize() : -100, realLen, retryTimes_); // -100 invalid size in Read() 190 MEDIA_LOG_I("read again. retryTimes:" PUBLIC_LOG_U32, retryTimes_); in SleepForRetry() 191 FALSE_RETURN_V(retryTimes_ > RETRY_TIMES_ONE, OSAL::SleepFor(READ_AGAIN_RETRY_TIME_ONE)); in SleepForRetry() 192 FALSE_RETURN_V(retryTimes_ > RETRY_TIMES_TWO, OSAL::SleepFor(READ_AGAIN_RETRY_TIME_TWO)); in SleepForRetry()
|
H A D | data_stream_source_plugin.h | 62 uint32_t retryTimes_ = 0; variable
|
H A D | file_fd_source_plugin.h | 111 int64_t retryTimes_ {0};
|
H A D | file_fd_source_plugin.cpp | 483 retryTimes_++; in HandleReadResult() 484 if (retryTimes_ >= RETRY_TIMES) { in HandleReadResult()
|
/ohos5.0/base/telephony/sms_mms/services/mms/ |
H A D | mms_network_client.cpp | 158 for (retryTimes_ = 0; retryTimes_ <= MAX_RETRY_TIMES; retryTimes_++) { in PostUrl() 189 if (retryTimes_ > MAX_RETRY_TIMES) { in PostUrl() 297 for (retryTimes_ = 0; retryTimes_ <= MAX_RETRY_TIMES; retryTimes_++) { in GetUrl() 326 if (retryTimes_ > MAX_RETRY_TIMES) { in GetUrl()
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | dfsu_actor.h | 39 …explicit DfsuActor(Ctx *ctx, uint32_t startCmdTryTimes = 1) : ctx_(ctx), retryTimes_(startCmdTryTi… 67 uint32_t retryTimes_ {1}; 90 startCmd->UpdateOption({.importance_ = CmdImportance::SUBVITAL, .tryTimes_ = retryTimes_}); in StartCtx()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | downloader.cpp | 69 return retryTimes_; in GetRetryTimes() 213 currentRequest_->retryTimes_++; in Retry() 236 currentRequest_->retryTimes_ = 0; in BeginDownload() 279 if (currentRequest_->retryTimes_ > 0) { in HandleRetOK() 280 currentRequest_->retryTimes_ = 0; in HandleRetOK()
|
H A D | downloader.h | 105 int retryTimes_ {0};
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
H A D | multi_account_manager.cpp | 51 retryTimes_++; in Init() 74 if (retryTimes_ < MAX_RETRY_TIMES) { in Init() 81 … HILOGE("Manager initial failed, try again after 3s!, retryTimes = %{public}d/10", retryTimes_); in Init()
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_kits_impl.cpp | 279 remoteUpdateCallbackMap_.size(), retryTimes_); in ResetService() 280 if (!remoteUpdateCallbackMap_.empty() && retryTimes_ < retryMaxTimes) { in ResetService() 283 retryTimes_++; in ResetService()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/ |
H A D | downloader.cpp | 137 return retryTimes_; in GetRetryTimes() 404 if (currentRequest_->retryTimes_ > 0) { in Seek() 405 currentRequest_->retryTimes_ = 0; in Seek() 441 currentRequest_->retryTimes_++; in Retry() 502 currentRequest_->retryTimes_ = 0; in BeginDownload() 600 if (currentRequest_->retryTimes_ > 0) { in HandleRetOK() 601 currentRequest_->retryTimes_ = 0; in HandleRetOK()
|
H A D | downloader.h | 140 int retryTimes_ {0};
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/ |
H A D | multi_account_manager.h | 52 int retryTimes_ = 0;
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/ |
H A D | http_lite_manager.h | 89 int retryTimes_ {0};
|
/ohos5.0/base/telephony/sms_mms/services/mms/include/ |
H A D | mms_network_client.h | 61 uint8_t retryTimes_ = 0; variable
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_kits_impl.h | 98 int32_t retryTimes_ = 0; variable
|