Home
last modified time | relevance | path

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 Dconfig.rs202 /// 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 Dmod.rs26 pub use config::{Certificate, Proxy, Redirect, SpeedLimit, Timeout};
/foundation/graphic/graphic_3d/kits/js/include/
H A DShaderJS.h25 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 Dams_mgr_proxy.h31 using Proxy = AAFwk::ExtensionManagerProxy;
53 sptr<Proxy> proxy_;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dextension_mgr_proxy.h35 using Proxy = AAFwk::ExtensionManagerProxy;
56 sptr<Proxy> proxy_;
H A Dextension_mgr_proxy.cpp92 proxy_ = new (std::nothrow)Proxy(sa_); in ConnectSA()
/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, 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 Dmod.rs16 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 DShaderJS.cpp32 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 Dams_mgr_proxy.cpp97 proxy_ = new (std::nothrow)Proxy(sa_); in ConnectSA()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_impl.h69 std::enable_if_t < ValueProxy::CVT_INDEX<T, ValueProxy::Proxy><ValueProxy::MAX, int>
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js191 this._proxyObjectParam = new Proxy(this.params_, {

Completed in 6 milliseconds