Home
last modified time | relevance | path

Searched refs:Retry (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dsettings.rs101 pub struct Retry(Option<usize>); struct
103 impl Retry { impl
166 impl Default for Retry { implementation
471 use crate::{Proxy, Redirect, Retry, SpeedLimit, Timeout};
480 let retry = Retry::new(1); in ut_retry_new()
482 let retry = Retry::new(3); in ut_retry_new()
484 let retry = Retry::new(10); in ut_retry_new()
511 let retry = Retry::new(1).unwrap(); in ut_retry_clone()
522 let retry = Retry::default(); in ut_retry_default()
523 assert_eq!(retry, Retry::none()) in ut_retry_default()
[all …]
H A Dclient.rs16 use crate::util::{Redirect, Retry, Timeout};
21 pub(crate) retry: Retry,
31 retry: Retry::none(), in new()
H A Dmod.rs24 pub use settings::{Proxy, ProxyBuilder, Redirect, Retry, SpeedLimit, Timeout};
/ohos5.0/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.cpp48 bool SecurityManager::Retry() in Retry() function in OHOS::DistributedKv::SecurityManager
65 Retry(); in Retry()
157 if (!hasRootKey_ && !Retry()) { in SaveKeyToFile()
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_actor.h80 void Retry(std::unique_ptr<VirtualCmd<Ctx>> cmd) in Retry() function
132 Retry(std::move(currentCmd)); in ExceptionHandler()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dmod.rs52 pub use config::{Proxy, ProxyBuilder, Redirect, Retry, SpeedLimit, Timeout};
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Derrorcode-faultlogger.md23 Retry the operation.
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddev_manager.h46 std::function<void()> Retry();
H A Dsecurity_manager.h72 bool Retry();
/ohos5.0/docs/en/application-dev/reference/apis-sensor-service-kit/
H A Derrorcode-vibrator.md25 1. Retry the operation at a specified interval or at an exponential increase interval. If the opera…
H A Derrorcode-sensor.md23 1. Retry the operation at a specified interval (for example, 1s) or at an exponential increase inte…
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.h123 bool Retry(const std::shared_ptr<DownloadRequest>& request);
H A Ddownloader.cpp198 bool Downloader::Retry(const std::shared_ptr<DownloadRequest>& request) in Retry() function in OHOS::Media::Plugin::HttpPlugin::Downloader
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs40 use crate::{ErrorKind, Retry};
415 pub fn retry(mut self, retry: Retry) -> Self { in retry()
916 use crate::{build_client_request, start_tcp_server, Retry};
1208 let retry_times = Retry::new(1).unwrap(); in ut_client_request_http1_0_retry()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp181 … RetryRequest retryRequest {request, [downloader, request] { downloader->Retry(request); }}; in OnDownloadStatus()
/ohos5.0/base/request/request/frameworks/native/include/
H A Drequest_manager_impl.h95 int32_t Retry(std::string &taskId, const Config &config, int32_t errorCode);
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_manager_impl_test.cpp440 RequestManagerImpl::GetInstance()->Retry(taskId, config, errorCode);
442 RequestManagerImpl::GetInstance()->Retry(taskId, config, errorCode);
/ohos5.0/base/request/request/frameworks/native/src/
H A Drequest_manager_impl.cpp60 ret = Retry(tid, config, ret); in Create()
82 int32_t RequestManagerImpl::Retry(std::string &taskId, const Config &config, int32_t errorCode) in Retry() function in OHOS::Request::RequestManagerImpl
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h169 bool Retry(const std::shared_ptr<DownloadRequest>& request);
H A Ddownloader.cpp423 bool Downloader::Retry(const std::shared_ptr<DownloadRequest>& request) in Retry() function in OHOS::Media::Plugins::HttpPlugin::Downloader
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp287 … RetryRequest retryRequest {request, [downloader, request] { downloader->Retry(request); }}; in OnDownloadStatus()
/ohos5.0/base/update/updater/test/unittest/test_data/applypatch/
H A DTestGZipModeImagePatch.old.gz1console:/ # init: Service 'adbd' (pid 112) exited with status 1 2init ...
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-external-des.md289 HDF_LOGE("%s:Retry init hi3881!last ret=%d", __func__, ret);
/ohos5.0/docs/en/application-dev/performance/
H A Dimprove-file-upload-and-download-performance.md25 - Retry upon failure: In case of unrecoverable failures, no retry is provided. In case of recoverab…

12