Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1942 HttpProxy newHttpProxy = httpProxy; in SetGlobalHttpProxy() local
1953 if (!httpProxyTracker.WriteToSettingsData(newHttpProxy)) { in SetGlobalHttpProxy()
1958 if (!httpProxyTracker.WriteToSettingsDataUser(newHttpProxy, userId)) { in SetGlobalHttpProxy()
1962 globalHttpProxyCache_.EnsureInsert(userId, newHttpProxy); in SetGlobalHttpProxy()
1963 SendHttpProxyChangeBroadcast(newHttpProxy); in SetGlobalHttpProxy()
1964 UpdateGlobalHttpProxy(newHttpProxy); in SetGlobalHttpProxy()