Home
last modified time | relevance | path

Searched refs:httpProxyTracker (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp257 NetHttpProxyTracker httpProxyTracker; in LoadGlobalHttpProxy() local
258 httpProxyTracker.ReadFromSettingsData(globalHttpProxy_); in LoadGlobalHttpProxy()
H A Dnet_conn_service.cpp2105 NetHttpProxyTracker httpProxyTracker; in SetGlobalHttpProxy() local
2107 if (!httpProxyTracker.WriteToSettingsData(newHttpProxy)) { in SetGlobalHttpProxy()
2112 if (!httpProxyTracker.WriteToSettingsDataUser(newHttpProxy, userId)) { in SetGlobalHttpProxy()
2213 NetHttpProxyTracker httpProxyTracker; in LoadGlobalHttpProxy() local
2216 httpProxyTracker.ReadFromSettingsData(tmpHttpProxy); in LoadGlobalHttpProxy()
2218 httpProxyTracker.ReadFromSettingsDataUser(tmpHttpProxy, userId); in LoadGlobalHttpProxy()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp118 NetHttpProxyTracker httpProxyTracker; in SetUpTestCase() local
121 httpProxyTracker.ReadFromSettingsData(httpProxy); in SetUpTestCase()
1038 NetHttpProxyTracker httpProxyTracker; in HWTEST_F() local
1041 std::list<std::string> list = httpProxyTracker.ParseExclusionList(exclusions); in HWTEST_F()
1044 std::string result = httpProxyTracker.GetExclusionsAsString(list); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp119 NetHttpProxyTracker httpProxyTracker; in SetUpTestCase() local
122 httpProxyTracker.ReadFromSettingsData(httpProxy); in SetUpTestCase()
1040 NetHttpProxyTracker httpProxyTracker; in HWTEST_F() local
1043 std::list<std::string> list = httpProxyTracker.ParseExclusionList(exclusions); in HWTEST_F()
1046 std::string result = httpProxyTracker.GetExclusionsAsString(list); in HWTEST_F()

Completed in 11 milliseconds