Home
last modified time | relevance | path

Searched defs:httpProxy (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dglobal_proxy_plugin_test.cpp59 NetManagerStandard::HttpProxy httpProxy; variable
76 NetManagerStandard::HttpProxy httpProxy; variable
93 NetManagerStandard::HttpProxy httpProxy; variable
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_proxy_tracker.cpp34 void NetHttpProxyTracker::ReadFromSettingsData(HttpProxy &httpProxy) in ReadFromSettingsData()
43 bool NetHttpProxyTracker::WriteToSettingsData(HttpProxy &httpProxy) in WriteToSettingsData()
52 void NetHttpProxyTracker::ReadFromSettingsDataUser(HttpProxy &httpProxy, int32_t userId) in ReadFromSettingsDataUser()
61 bool NetHttpProxyTracker::WriteToSettingsDataUser(HttpProxy &httpProxy, int32_t userId) in WriteToSettingsDataUser()
70 void NetHttpProxyTracker::ReadFromSettingsData(HttpProxy &httpProxy, KeyUri keyUri) in ReadFromSettingsData()
98 bool NetHttpProxyTracker::WriteToSettingsData(HttpProxy &httpProxy, KeyUri keyUri) in WriteToSettingsData()
H A Dnet_proxy_userinfo.cpp70 void NetProxyUserinfo::SaveHttpProxyHostPass(const HttpProxy &httpProxy) in SaveHttpProxyHostPass()
110 void NetProxyUserinfo::GetHttpProxyHostPass(HttpProxy &httpProxy) in GetHttpProxyHostPass()
H A Dprobe_thread.cpp140 void ProbeThread::UpdateGlobalHttpProxy(const HttpProxy &httpProxy) in UpdateGlobalHttpProxy()
H A Dnet_supplier.cpp199 void NetSupplier::GetHttpProxy(HttpProxy &httpProxy) in GetHttpProxy()
513 void NetSupplier::UpdateGlobalHttpProxy(const HttpProxy &httpProxy) in UpdateGlobalHttpProxy()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dglobal_proxy_plugin.cpp39 ErrCode GlobalProxyPlugin::OnSetPolicy(NetManagerStandard::HttpProxy &httpProxy) in OnSetPolicy()
49 NetManagerStandard::HttpProxy httpProxy; in OnGetPolicy() local
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_client_test.cpp270 HttpProxy httpProxy = {"testHttpProxy", 0, {}}; variable
283 HttpProxy httpProxy = {TEST_DOMAIN1, 8080, {}}; variable
296 HttpProxy httpProxy = {TEST_DOMAIN2, 8080, {}}; variable
309 HttpProxy httpProxy = {TEST_DOMAIN3, 8080, {}}; variable
322 HttpProxy httpProxy = {TEST_DOMAIN4, 8080, {}}; variable
335 HttpProxy httpProxy = {TEST_DOMAIN5, 8080, {}}; variable
348 HttpProxy httpProxy = {TEST_DOMAIN6, 8080, {}}; variable
361 HttpProxy httpProxy = {TEST_DOMAIN7, 8080, {}}; variable
458 HttpProxy httpProxy; variable
561 HttpProxy httpProxy; variable
[all …]
H A Dnet_conn_service_test.cpp118 HttpProxy httpProxy; in SetUpTestCase() local
529 HttpProxy httpProxy = {TEST_PROXY_HOST, 0, {}}; variable
536 HttpProxy httpProxy = {TEST_DOMAIN1, 8080, {}}; variable
543 HttpProxy httpProxy = {TEST_DOMAIN2, 8080, {}}; variable
550 HttpProxy httpProxy = {TEST_DOMAIN3, 8080, {}}; variable
557 HttpProxy httpProxy = {TEST_DOMAIN4, 8080, {}}; variable
564 HttpProxy httpProxy = {TEST_DOMAIN5, 8080, {}}; variable
571 HttpProxy httpProxy = {TEST_DOMAIN6, 8080, {}}; variable
578 HttpProxy httpProxy = {TEST_DOMAIN7, 8080, {}}; variable
585 HttpProxy httpProxy = {TEST_DOMAIN8, 8080, {}}; variable
[all …]
H A Dnative_net_conn_test.cpp97 HttpProxy httpProxy = HttpProxy(); in GetHttpProxySample() local
118 HttpProxy httpProxy = GetHttpProxySample(); in GetNetLinkInfoSample() local
498 OH_NetConn_HttpProxy *httpProxy = nullptr; variable
514 OH_NetConn_HttpProxy httpProxy = OH_NetConn_HttpProxy(); variable
532 OH_NetConn_HttpProxy httpProxy = OH_NetConn_HttpProxy(); variable
H A Dnet_proxy_userinfo_test.cpp52 HttpProxy httpProxy = {TEST_IPV4_ADDR, 8080, {}}; variable
H A Dnet_score_test.cpp52 HttpProxy httpProxy; variable
H A Dnet_http_probe_test.cpp60 HttpProxy httpProxy = {TEST_PROXY_HOST, 0, {}}; variable
H A Dnet_conn_service_stub_test.h190 int32_t SetGlobalHttpProxy(const HttpProxy &httpProxy) override in SetGlobalHttpProxy()
195 int32_t GetGlobalHttpProxy(HttpProxy &httpProxy) override in GetGlobalHttpProxy()
200 int32_t GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) override in GetDefaultHttpProxy()
H A Dnet_conn_manager_test.cpp165 void NetConnManagerTest::GlobalHttpProxyTest(HttpProxy &httpProxy) in GlobalHttpProxyTest()
705 HttpProxy httpProxy; variable
725 HttpProxy httpProxy = {host, port, exclusionList}; variable
739 HttpProxy httpProxy = {host, port, exclusionList}; variable
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dnetwork_manager_proxy_test.cpp310 OHOS::NetManagerStandard::HttpProxy httpProxy; variable
329 OHOS::NetManagerStandard::HttpProxy httpProxy; variable
350 NetManagerStandard::HttpProxy httpProxy; variable
365 NetManagerStandard::HttpProxy httpProxy; variable
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A D_net_conn___connection_properties.md69 ### httpProxy subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A D_net_conn___connection_properties.md69 ### httpProxy subsection
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H A Dhttp_proxy_serializer.cpp30 bool HttpProxySerializer::GetPolicy(MessageParcel &data, NetManagerStandard::HttpProxy &httpProxy) in GetPolicy()
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp198 int32_t OH_NetConn_GetDefaultHttpProxy(NetConn_HttpProxy *httpProxy) in OH_NetConn_GetDefaultHttpProxy()
332 int32_t OH_NetConn_SetAppHttpProxy(NetConn_HttpProxy *httpProxy) in OH_NetConn_SetAppHttpProxy()
354 auto opration = [appHttpProxyChange](const HttpProxy& httpProxy) { in OH_NetConn_RegisterAppHttpProxyCallback()
/ohos5.0/base/web/webview/ohos_adapter/net_proxy_adapter/src/
H A Dnet_proxy_adapter_impl.cpp260 NetManagerStandard::HttpProxy httpProxy = receiveHttpProxy; in StartListenAppProxy() local
327 NetManagerStandard::HttpProxy httpProxy; in OnReceiveEvent() local
359 NetManagerStandard::HttpProxy httpProxy; in GetProperty() local
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/net_proxy_adapter_test/
H A Dnet_proxy_adapter_test.cpp203 HttpProxy httpProxy = {"tes.web.com", 0, {}}; variable
251 NetManagerStandard::HttpProxy httpProxy; variable
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/network_manager/include/
H A Dnetwork_manager_addon.h58 OHOS::NetManagerStandard::HttpProxy httpProxy; member
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Ddev_interface_state_test.cpp142 HttpProxy httpProxy; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp278 HttpProxy httpProxy; in CJ_GetGlobalHttpProxy() local
292 HttpProxy httpProxy; in CJ_GetDefaultHttpProxy() local
314 HttpProxy httpProxy(newHost, cHttpProxy.port, exclusionList); in CJ_SetGlobalHttpProxy() local
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/
H A Dnet_base_branch_fuzzer.cpp86 HttpProxy httpProxy = {host, 0, {}}; in NetHttpProbeBranchFuzzTest() local

123