Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe.cpp143 globalHttpProxy_ = httpProxy; in UpdateGlobalHttpProxy()
580 if (!globalHttpProxy_.GetHost().empty() && defaultUseGlobalHttpProxy_) { in LoadProxy()
581 proxyHost = globalHttpProxy_.GetHost(); in LoadProxy()
582 proxyPort = static_cast<int32_t>(globalHttpProxy_.GetPort()); in LoadProxy()
H A Dnet_monitor.cpp176 primaryHttpThread->UpdateGlobalHttpProxy(globalHttpProxy_); in SendProbe()
177 primaryHttpsThread->UpdateGlobalHttpProxy(globalHttpProxy_); in SendProbe()
258 httpProxyTracker.ReadFromSettingsData(globalHttpProxy_); in LoadGlobalHttpProxy()
264 globalHttpProxy_ = httpProxy; in UpdateGlobalHttpProxy()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_monitor.h112 HttpProxy globalHttpProxy_; member in OHOS::NetManagerStandard::NetMonitor
H A Dnet_http_probe.h77 HttpProxy globalHttpProxy_; member in OHOS::NetManagerStandard::NetHttpProbe
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp552 if (proxy != nullptr && !globalHttpProxy_.GetHost().empty()) { in RecoverCallbackAndGlobalProxy()
553 int32_t ret = proxy->SetGlobalHttpProxy(globalHttpProxy_); in RecoverCallbackAndGlobalProxy()
554 NETMGR_LOG_D("globalHttpProxy_ Register result %{public}d", ret); in RecoverCallbackAndGlobalProxy()
581 if (!registerConnTupleList_.empty() || preAirplaneCallback_ != nullptr || !globalHttpProxy_.GetHost().empty()) { in OnRemoteDied()
627 if (globalHttpProxy_ != httpProxy) { in SetGlobalHttpProxy()
628 globalHttpProxy_ = httpProxy; in SetGlobalHttpProxy()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h498 HttpProxy globalHttpProxy_; member in OHOS::NetManagerStandard::NetConnClient

Completed in 5 milliseconds