Home
last modified time | relevance | path

Searched refs:globalHttpProxy_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp176 primaryHttpThread->UpdateGlobalHttpProxy(globalHttpProxy_); in SendProbe()
177 primaryHttpsThread->UpdateGlobalHttpProxy(globalHttpProxy_); in SendProbe()
260 httpProxyTracker.ReadFromSettingsData(globalHttpProxy_); in LoadGlobalHttpProxy()
266 globalHttpProxy_ = httpProxy; in UpdateGlobalHttpProxy()
H A Dnet_http_probe.cpp160 globalHttpProxy_ = httpProxy; in UpdateGlobalHttpProxy()
682 if (!globalHttpProxy_.GetHost().empty() && defaultUseGlobalHttpProxy_) { in LoadProxy()
683 proxyHost = globalHttpProxy_.GetHost(); in LoadProxy()
684 proxyPort = static_cast<int32_t>(globalHttpProxy_.GetPort()); in LoadProxy()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_monitor.h112 HttpProxy globalHttpProxy_; variable
H A Dnet_http_probe.h88 HttpProxy globalHttpProxy_; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp510 if (proxy != nullptr && !globalHttpProxy_.GetHost().empty()) { in RecoverCallbackAndGlobalProxy()
511 int32_t ret = proxy->SetGlobalHttpProxy(globalHttpProxy_); in RecoverCallbackAndGlobalProxy()
539 …if (!registerConnTupleList_.empty() || preAirplaneCallback_ != nullptr || !globalHttpProxy_.GetHos… in OnRemoteDied()
585 if (globalHttpProxy_ != httpProxy) { in SetGlobalHttpProxy()
586 globalHttpProxy_ = httpProxy; in SetGlobalHttpProxy()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h492 HttpProxy globalHttpProxy_; variable