Home
last modified time | relevance | path

Searched refs:defaultUseGlobalHttpProxy_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe.cpp136 if (!defaultUseGlobalHttpProxy_) { in SendProbe()
137 defaultUseGlobalHttpProxy_ = true; in SendProbe()
682 if (!globalHttpProxy_.GetHost().empty() && defaultUseGlobalHttpProxy_) { in LoadProxy()
696 defaultUseGlobalHttpProxy_ = false; in ProbeWithoutGlobalHttpProxy()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_http_probe.h84 bool defaultUseGlobalHttpProxy_ = true; variable