Searched defs:HttpProxy (Results 1 – 8 of 8) sorted by relevance
40 struct HttpProxy { struct46 HttpProxy() : host(""), port(0), exclusions(""), tunnel(false) {} in HttpProxy() argument
14 ## HttpProxy section
1009 ## HttpProxy section
1539 ## HttpProxy section
29 HttpProxy::HttpProxy() : port_(0) {} in HttpProxy() function in OHOS::NetManagerStandard::HttpProxy31 HttpProxy::HttpProxy(std::string host, uint16_t port, const std::list<std::string> &exclusionList) … in HttpProxy() function in OHOS::NetManagerStandard::HttpProxy