Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp259 NetHttpProxyTracker httpProxyTracker; in LoadGlobalHttpProxy() local
260 httpProxyTracker.ReadFromSettingsData(globalHttpProxy_); in LoadGlobalHttpProxy()
H A Dnet_conn_service.cpp1951 NetHttpProxyTracker httpProxyTracker; in SetGlobalHttpProxy() local
1953 if (!httpProxyTracker.WriteToSettingsData(newHttpProxy)) { in SetGlobalHttpProxy()
1958 if (!httpProxyTracker.WriteToSettingsDataUser(newHttpProxy, userId)) { in SetGlobalHttpProxy()
2059 NetHttpProxyTracker httpProxyTracker; in LoadGlobalHttpProxy() local
2062 httpProxyTracker.ReadFromSettingsData(tmpHttpProxy); in LoadGlobalHttpProxy()
2064 httpProxyTracker.ReadFromSettingsDataUser(tmpHttpProxy, userId); in LoadGlobalHttpProxy()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp117 NetHttpProxyTracker httpProxyTracker; in SetUpTestCase() local
120 httpProxyTracker.ReadFromSettingsData(httpProxy); in SetUpTestCase()
943 NetHttpProxyTracker httpProxyTracker; variable
946 std::list<std::string> list = httpProxyTracker.ParseExclusionList(exclusions);
949 std::string result = httpProxyTracker.GetExclusionsAsString(list);