Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h495 std::mutex globalHttpProxyMutex_; variable
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2067 std::lock_guard guard(globalHttpProxyMutex_); in LoadGlobalHttpProxy()