Searched defs:ProxyInfo (Results 1 – 3 of 3) sorted by relevance
130 struct ProxyInfo { struct in OHOS::Ace::DownloadManagerPrview131 std::string host;132 int32_t port = 0;133 std::string exclusions;
137 pub(crate) fn proxy_info(&self) -> &ProxyInfo { in proxy_info()148 pub(crate) struct ProxyInfo { struct154 impl ProxyInfo { impl
319 struct ProxyInfo { struct in OHOS::Ace::DownloadManagerImpl320 std::string host;321 int32_t port = 0;322 std::string exclusions;