Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1870 while (httpProxyThreadNeedRun_.load()) { in ActiveHttpProxy()
1903 if (httpProxyThreadNeedRun_.load()) { in ActiveHttpProxy()
1966 if (!httpProxyThreadNeedRun_ && !httpProxy.GetUsername().empty()) { in SetGlobalHttpProxy()
1969 httpProxyThreadNeedRun_ = true; in SetGlobalHttpProxy()
1974 } else if (httpProxyThreadNeedRun_ && httpProxy.GetHost().empty()) { in SetGlobalHttpProxy()
1975 httpProxyThreadNeedRun_ = false; in SetGlobalHttpProxy()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h503 std::atomic_bool httpProxyThreadNeedRun_ = false; variable