Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h496 SafeMap<int32_t, HttpProxy> globalHttpProxyCache_; variable
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1962 globalHttpProxyCache_.EnsureInsert(userId, newHttpProxy); in SetGlobalHttpProxy()
2051 if (globalHttpProxyCache_.Find(userId, httpProxy)) { in LoadGlobalHttpProxy()
2070 globalHttpProxyCache_.EnsureInsert(userId, tmpHttpProxy); in LoadGlobalHttpProxy()