Searched refs:Proxy (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/ |
H A D | config.rs | 202 /// Proxy settings. 207 /// # use ylong_http_client::Proxy; 209 /// let proxy = Proxy::none(); 211 pub struct Proxy(Option<reqwest::Proxy>); structure names 213 impl Proxy { impls 214 /// Creates a `Proxy` without any proxies. 219 /// # use ylong_http_client::Proxy; 221 /// let proxy = Proxy::none(); 233 /// # use ylong_http_client::Proxy; [all...] |
H A D | mod.rs | 26 pub use config::{Certificate, Proxy, Redirect, SpeedLimit, Timeout};
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | ShaderJS.h | 25 class Proxy { class 27 Proxy() = default; 28 virtual ~Proxy() = default; 47 BASE_NS::vector<BASE_NS::shared_ptr<Proxy>> proxies_;
|
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/ |
H A D | ams_mgr_proxy.h | 31 using Proxy = AAFwk::ExtensionManagerProxy; 53 sptr<Proxy> proxy_;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | extension_mgr_proxy.h | 35 using Proxy = AAFwk::ExtensionManagerProxy; 56 sptr<Proxy> proxy_;
|
H A D | extension_mgr_proxy.cpp | 92 proxy_ = new (std::nothrow)Proxy(sa_); in ConnectSA()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/ |
H A D | value_proxy.h | 111 using Proxy = std::variant<std::monostate, int64_t, double, std::string, bool, Bytes, Asset, Assets, Relations>; 138 Proxy value_; 235 static std::enable_if_t < CVT_INDEX<T, Proxy><MAX, Bucket> 240 bucket.value_[key].value_ = static_cast<std::variant_alternative_t<CVT_INDEX<T, Proxy>, Proxy>>(value); 246 static std::enable_if_t < CVT_INDEX<T, Proxy><MAX, Values> 252 proxy.value_[i].value_ = static_cast<std::variant_alternative_t<CVT_INDEX<T, Proxy>, Proxy>>(values[i]);
|
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/ |
H A D | mod.rs | 16 use crate::{Certificate, HttpClientError, Proxy, Redirect, Request, Timeout, TlsVersion}; 229 /// Adds a `Proxy` to the list of proxies the `Client` will use. 239 /// # use ylong_http_client::Proxy; 241 /// let builder = ClientBuilder::new().proxy(Proxy::none()); 243 pub fn proxy(self, proxy: Proxy) -> Self { in proxy()
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ShaderJS.cpp | 32 class TypeProxy : public Proxy { 72 class BitmapProxy : public Proxy { 149 class PropProxy : public Proxy { 297 BASE_NS::shared_ptr<Proxy> proxt; in BindToMaterial() 318 BASE_NS::shared_ptr<Proxy> proxt; in BindToMaterial()
|
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/ |
H A D | ams_mgr_proxy.cpp | 97 proxy_ = new (std::nothrow)Proxy(sa_); in ConnectSA()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_result_set_impl.h | 69 std::enable_if_t < ValueProxy::CVT_INDEX<T, ValueProxy::Proxy><ValueProxy::MAX, int>
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 191 this._proxyObjectParam = new Proxy(this.params_, {
|
Completed in 6 milliseconds