Home
last modified time | relevance | path

Searched defs:ProxyInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Ddownload_manager_preview.cpp130 struct ProxyInfo { struct in OHOS::Ace::DownloadManagerPrview
131 std::string host;
132 int32_t port = 0;
133 std::string exclusions;
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dproxy.rs137 pub(crate) fn proxy_info(&self) -> &ProxyInfo { in proxy_info()
148 pub(crate) struct ProxyInfo { struct
154 impl ProxyInfo { impl
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/network/
H A Ddownload_manager_impl.cpp319 struct ProxyInfo { struct in OHOS::Ace::DownloadManagerImpl
320 std::string host;
321 int32_t port = 0;
322 std::string exclusions;