Home
last modified time | relevance | path

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

12

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
Dnet_conn_client_test.cpp269 HttpProxy httpProxy = {"testHttpProxy", 0, {}}; variable
282 HttpProxy httpProxy = {TEST_DOMAIN1, 8080, {}}; variable
295 HttpProxy httpProxy = {TEST_DOMAIN2, 8080, {}}; variable
308 HttpProxy httpProxy = {TEST_DOMAIN3, 8080, {}}; variable
321 HttpProxy httpProxy = {TEST_DOMAIN4, 8080, {}}; variable
334 HttpProxy httpProxy = {TEST_DOMAIN5, 8080, {}}; variable
347 HttpProxy httpProxy = {TEST_DOMAIN6, 8080, {}}; variable
360 HttpProxy httpProxy = {TEST_DOMAIN7, 8080, {}}; variable
373 HttpProxy httpProxy = {TEST_DOMAIN8, 8080, {}}; variable
386 HttpProxy httpProxy = {TEST_DOMAIN9, 8080, {}}; variable
[all …]
Dnet_conn_service_test.cpp474 HttpProxy httpProxy = {TEST_PROXY_HOST, 0, {}}; variable
481 HttpProxy httpProxy = {TEST_DOMAIN1, 8080, {}}; variable
488 HttpProxy httpProxy = {TEST_DOMAIN2, 8080, {}}; variable
495 HttpProxy httpProxy = {TEST_DOMAIN3, 8080, {}}; variable
502 HttpProxy httpProxy = {TEST_DOMAIN4, 8080, {}}; variable
509 HttpProxy httpProxy = {TEST_DOMAIN5, 8080, {}}; variable
516 HttpProxy httpProxy = {TEST_DOMAIN6, 8080, {}}; variable
523 HttpProxy httpProxy = {TEST_DOMAIN7, 8080, {}}; variable
530 HttpProxy httpProxy = {TEST_DOMAIN8, 8080, {}}; variable
537 HttpProxy httpProxy = {TEST_DOMAIN9, 8080, {}}; variable
[all …]
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
Dnet_http_probe_test.cpp60 HttpProxy httpProxy = {TEST_PROXY_HOST, 0, {}}; variable
Dnet_score_test.cpp87 HttpProxy httpProxy; variable
Dnet_conn_manager_test.cpp163 void NetConnManagerTest::GlobalHttpProxyTest(HttpProxy &httpProxy) in GlobalHttpProxyTest()
714 HttpProxy httpProxy; variable
734 HttpProxy httpProxy = {host, port, exclusionList}; variable
748 HttpProxy httpProxy = {host, port, exclusionList}; variable
Dnet_conn_service_stub_test.h178 int32_t SetGlobalHttpProxy(const HttpProxy &httpProxy) override in SetGlobalHttpProxy()
183 int32_t GetGlobalHttpProxy(HttpProxy &httpProxy) override in GetGlobalHttpProxy()
188 int32_t GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) override in GetDefaultHttpProxy()
Dnetwork_test.cpp188 HttpProxy httpProxy = {TEST_PROXY_HOST, 0, {}}; variable
/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnet_http_proxy_tracker.cpp33 void NetHttpProxyTracker::ReadFromSettingsData(HttpProxy &httpProxy) in ReadFromSettingsData()
64 bool NetHttpProxyTracker::WriteToSettingsData(HttpProxy &httpProxy) in WriteToSettingsData()
Dnet_supplier.cpp153 void NetSupplier::GetHttpProxy(HttpProxy &httpProxy) in GetHttpProxy()
405 void NetSupplier::UpdateGlobalHttpProxy(const HttpProxy &httpProxy) in UpdateGlobalHttpProxy()
Dnet_monitor.cpp218 void NetMonitor::UpdateGlobalHttpProxy(const HttpProxy &httpProxy) in UpdateGlobalHttpProxy()
Dnet_conn_service.cpp704 void NetConnService::SendHttpProxyChangeBroadcast(const HttpProxy &httpProxy) in SendHttpProxyChangeBroadcast()
1323 int32_t NetConnService::GetGlobalHttpProxy(HttpProxy &httpProxy) in GetGlobalHttpProxy()
1335 int32_t NetConnService::GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) in GetDefaultHttpProxy()
1512 int32_t NetConnService::SetGlobalHttpProxy(const HttpProxy &httpProxy) in SetGlobalHttpProxy()
1596 void NetConnService::UpdateGlobalHttpProxy(const HttpProxy &httpProxy) in UpdateGlobalHttpProxy()
Dnet_http_probe.cpp136 void NetHttpProbe::UpdateGlobalHttpProxy(const HttpProxy &httpProxy) in UpdateGlobalHttpProxy()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
Dhttp_proxy.cpp99 bool HttpProxy::Unmarshalling(Parcel &parcel, HttpProxy &httpProxy) in Unmarshalling()
Dnet_conn_client.cpp465 int32_t NetConnClient::SetGlobalHttpProxy(const HttpProxy &httpProxy) in SetGlobalHttpProxy()
494 int32_t NetConnClient::SetAppHttpProxy(const HttpProxy &httpProxy) in SetAppHttpProxy()
511 int32_t NetConnClient::GetGlobalHttpProxy(HttpProxy &httpProxy) in GetGlobalHttpProxy()
521 int32_t NetConnClient::GetDefaultHttpProxy(HttpProxy &httpProxy) in GetDefaultHttpProxy()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
Ddev_interface_state_test.cpp142 HttpProxy httpProxy; variable
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
Dnet_connection_adapter.cpp90 int32_t Conv2HttpProxy(HttpProxy &httpProxyObj, NetConn_HttpProxy *httpProxy) in Conv2HttpProxy()
Dnet_connection.cpp197 int32_t OH_NetConn_GetDefaultHttpProxy(NetConn_HttpProxy *httpProxy) in OH_NetConn_GetDefaultHttpProxy()
/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/
Dnet_conn_client_fuzzer.cpp126 void SetAppHttpProxyCallback(const HttpProxy &httpProxy) in SetAppHttpProxyCallback()
439 HttpProxy httpProxy = {GetStringFromData(STR_LEN), 0, {}}; in SetAppHttpProxyFuzzTest() local
458 HttpProxy httpProxy = {GetStringFromData(STR_LEN), 0, {}}; in SetGlobalHttpProxyFuzzTest() local
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
Dnet_conn_service_stub.cpp935 HttpProxy httpProxy; in OnSetGlobalHttpProxy() local
949 HttpProxy httpProxy; in OnGetGlobalHttpProxy() local
972 HttpProxy httpProxy; in OnGetDefaultHttpProxy() local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
Dnet_conn_service_proxy.cpp912 int32_t NetConnServiceProxy::SetGlobalHttpProxy(const HttpProxy &httpProxy) in SetGlobalHttpProxy()
938 int32_t NetConnServiceProxy::GetGlobalHttpProxy(HttpProxy &httpProxy) in GetGlobalHttpProxy()
966 int32_t NetConnServiceProxy::GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) in GetDefaultHttpProxy()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
Ddev_interface_state.cpp193 void DevInterfaceState::UpdateNetHttpProxy(const HttpProxy &httpProxy) in UpdateNetHttpProxy()
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
Dnet_connection_type.h201 NetConn_HttpProxy httpProxy; member
/foundation/arkui/ace_engine/frameworks/base/network/
Ddownload_manager_impl.cpp281 NetManagerStandard::HttpProxy httpProxy; in GetProxy() local
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
Dconnection_exec.cpp302 napi_value httpProxy = NapiUtils::CreateObject(context->GetEnv()); in GetDefaultHttpProxyCallback() local
330 napi_value httpProxy = NapiUtils::CreateObject(context->GetEnv()); in GetGlobalHttpProxyCallback() local

12