Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/
H A Dupdate_engine_controller.cpp61 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 Dupdate_engine_controller.h69 int retryTimes_ = 0; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Ddata_stream_source_plugin.cpp145 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 Ddata_stream_source_plugin.h62 uint32_t retryTimes_ = 0; variable
H A Dfile_fd_source_plugin.h111 int64_t retryTimes_ {0};
H A Dfile_fd_source_plugin.cpp483 retryTimes_++; in HandleReadResult()
484 if (retryTimes_ >= RETRY_TIMES) { in HandleReadResult()
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_network_client.cpp158 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 Ddfsu_actor.h39 …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 Ddownloader.cpp69 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 Ddownloader.h105 int retryTimes_ {0};
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dmulti_account_manager.cpp51 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 Dupdate_service_kits_impl.cpp279 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 Ddownloader.cpp137 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 Ddownloader.h140 int retryTimes_ {0};
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dmulti_account_manager.h52 int retryTimes_ = 0;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
H A Dhttp_lite_manager.h89 int retryTimes_ {0};
/ohos5.0/base/telephony/sms_mms/services/mms/include/
H A Dmms_network_client.h61 uint8_t retryTimes_ = 0; variable
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_kits_impl.h98 int32_t retryTimes_ = 0; variable