Home
last modified time | relevance | path

Searched refs:Retry (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddev_manager.cpp61 auto check = Retry(); in RegisterDevCallback()
65 std::function<void()> DevManager::Retry() in Retry() function in OHOS::DistributedKv::DevManager
74 TaskExecutor::GetInstance().Schedule(std::chrono::milliseconds(interval), Retry()); in Retry()
H A Dsecurity_manager.cpp50 bool SecurityManager::Retry() in Retry() function in OHOS::DistributedKv::SecurityManager
67 Retry(); in Retry()
166 if (!hasRootKey_ && !Retry()) { in SaveKeyToFile()
/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_actor.h80 void Retry(std::unique_ptr<VirtualCmd<Ctx>> cmd) in Retry() function in OHOS::Storage::DistributedFile::DfsuActor
132 Retry(std::move(currentCmd)); in ExceptionHandler()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddev_manager.h47 std::function<void()> Retry();
H A Dsecurity_manager.h102 bool Retry();
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.h128 bool Retry(const std::shared_ptr<DownloadRequest>& request);
H A Ddownloader.cpp30 constexpr size_t RETRY_TIMES = 200; // Retry 200 times
228 bool Downloader::Retry(const std::shared_ptr<DownloadRequest>& request) in Retry() function in OHOS::Media::Plugin::HttpPlugin::Downloader
232 MEDIA_LOG_I(PUBLIC_LOG_S " Retry Begin, url : " PUBLIC_LOG_S, name_.c_str(), request->url_.c_str()); in Retry()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp201 RetryRequest retryRequest {request, [downloader, request] { downloader->Retry(request); }}; in OnDownloadStatus()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h167 bool Retry(const std::shared_ptr<DownloadRequest>& request);
H A Ddownloader.cpp33 constexpr size_t RETRY_TIMES = 6000; // Retry 6000 times
421 bool Downloader::Retry(const std::shared_ptr<DownloadRequest>& request) in Retry() function in OHOS::Media::Plugins::HttpPlugin::Downloader
424 "not Retry, client null or isDestructor or isInterruptNeeded"); in Retry()
427 MEDIA_LOG_I("Retry avoid, forground to background."); in Retry()
432 MEDIA_LOG_I("Retry Begin"); in Retry()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp239 RetryRequest retryRequest {request, [downloader, request] { downloader->Retry(request); }}; in OnDownloadStatus()

Completed in 8 milliseconds