Home
last modified time | relevance | path

Searched defs:Proxy (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dconfig.rs211 pub struct Proxy(Option<reqwest::Proxy>); struct
213 impl Proxy { implementation
278 pub(crate) fn inner(self) -> Option<reqwest::Proxy> { in inner()
324 pub fn build(self) -> Result<Proxy, HttpClientError> { in build()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dsettings.rs341 pub struct Proxy(proxy::Proxy); struct
343 impl Proxy { impl
394 pub(crate) fn inner(self) -> proxy::Proxy { in inner()
460 pub fn build(self) -> Result<Proxy, HttpClientError> { in build()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dproxy.rs33 pub(crate) fn add_proxy(&mut self, proxy: Proxy) { in add_proxy()
37 pub(crate) fn match_proxy(&self, uri: &Uri) -> Option<&Proxy> { in match_proxy()
51 pub(crate) struct Proxy { struct
56 impl Proxy { impl
/ohos5.0/base/request/request/services/src/task/
H A Dclient.rs123 fn build_task_proxy(config: &TaskConfig) -> Result<Option<Proxy>, Box<dyn Error + Send + Sync>> { in build_task_proxy()
153 ) -> Result<Option<Proxy>, Box<dyn Error + Send + Sync>> { in build_system_proxy()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dthread_ex.cpp33 static int Proxy(const ThreadParam* t) in Proxy() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.h111 …using Proxy = std::variant<std::monostate, int64_t, double, std::string, bool, Bytes, Asset, Asset… variable