Searched refs:Retry (Results 1 - 11 of 11) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | dev_manager.cpp | 61 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 D | security_manager.cpp | 50 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 D | dfsu_actor.h | 80 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 D | dev_manager.h | 47 std::function<void()> Retry();
|
H A D | security_manager.h | 102 bool Retry();
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | downloader.h | 128 bool Retry(const std::shared_ptr<DownloadRequest>& request);
|
H A D | downloader.cpp | 30 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 D | download_monitor.cpp | 201 RetryRequest retryRequest {request, [downloader, request] { downloader->Retry(request); }}; in OnDownloadStatus()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/ |
H A D | downloader.h | 167 bool Retry(const std::shared_ptr<DownloadRequest>& request);
|
H A D | downloader.cpp | 33 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 D | download_monitor.cpp | 239 RetryRequest retryRequest {request, [downloader, request] { downloader->Retry(request); }}; in OnDownloadStatus()
|
Completed in 8 milliseconds