Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2060 HttpProxy tmpHttpProxy; in LoadGlobalHttpProxy() local
2062 httpProxyTracker.ReadFromSettingsData(tmpHttpProxy); in LoadGlobalHttpProxy()
2064 httpProxyTracker.ReadFromSettingsDataUser(tmpHttpProxy, userId); in LoadGlobalHttpProxy()
2068 httpProxy = tmpHttpProxy; in LoadGlobalHttpProxy()
2070 globalHttpProxyCache_.EnsureInsert(userId, tmpHttpProxy); in LoadGlobalHttpProxy()