Home
last modified time | relevance | path

Searched refs:appHttpProxy_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/net_proxy_adapter_test/
H A Dnet_proxy_adapter_test.cpp266 NetManagerStandard::NetConnClient::GetInstance().appHttpProxy_.SetHost("web_test");
273 NetManagerStandard::NetConnClient::GetInstance().appHttpProxy_.SetHost("NONE");
278 NetManagerStandard::NetConnClient::GetInstance().appHttpProxy_ = proxy;
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp599 if (callback && !appHttpProxy_.GetHost().empty()) { in RegisterAppHttpProxyCallback()
600 callback(appHttpProxy_); in RegisterAppHttpProxyCallback()
616 if (appHttpProxy_ != httpProxy) { in SetAppHttpProxy()
617 appHttpProxy_ = httpProxy; in SetAppHttpProxy()
639 if (!appHttpProxy_.GetHost().empty()) { in GetDefaultHttpProxy()
640 httpProxy = appHttpProxy_; in GetDefaultHttpProxy()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h491 HttpProxy appHttpProxy_; variable