/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_service_test.cpp | 660 int32_t bindNetId = 0; in HWTEST_F() local 662 int32_t ret = NetConnService::GetInstance()->GetDefaultHttpProxy(bindNetId, defaultHttpProxy); in HWTEST_F() 668 int32_t bindNetId = NET_ID; in HWTEST_F() local 670 int32_t ret = NetConnService::GetInstance()->GetDefaultHttpProxy(bindNetId, defaultHttpProxy); in HWTEST_F() 1268 int32_t bindNetId = 0; in HWTEST_F() local 1269 ret = NetConnService::GetInstance()->GetDefaultHttpProxy(bindNetId, httpProxy); in HWTEST_F() 1273 ret = NetConnService::GetInstance()->GetDefaultHttpProxy(bindNetId, httpProxy); in HWTEST_F() 1277 ret = NetConnService::GetInstance()->GetDefaultHttpProxy(bindNetId, httpProxy); in HWTEST_F() 1284 ret = NetConnService::GetInstance()->GetDefaultHttpProxy(bindNetId, httpProxy); in HWTEST_F()
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 693 int32_t bindNetId = 0; in GetDefaultHttpProxy() local 694 GetAppNet(bindNetId); in GetDefaultHttpProxy() 695 return proxy->GetDefaultHttpProxy(bindNetId, httpProxy); in GetDefaultHttpProxy()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/ |
H A D | net_conn_service_stub_test.h | 200 int32_t GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) override
|
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/ |
H A D | net_conn_service_proxy.h | 71 int32_t GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) override;
|
H A D | i_net_conn_service.h | 81 virtual int32_t GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) = 0;
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/ |
H A D | net_conn_service_stub_test.h | 200 int32_t GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) override
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/ |
H A D | net_conn_service_test.cpp | 659 int32_t bindNetId = 0; in HWTEST_F() local 661 int32_t ret = NetConnService::GetInstance()->GetDefaultHttpProxy(bindNetId, defaultHttpProxy); in HWTEST_F() 667 int32_t bindNetId = NET_ID; in HWTEST_F() local 669 int32_t ret = NetConnService::GetInstance()->GetDefaultHttpProxy(bindNetId, defaultHttpProxy); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 1197 int32_t bindNetId = 0; in OnGetDefaultHttpProxy() local 1198 if (!data.ReadInt32(bindNetId)) { in OnGetDefaultHttpProxy() 1202 int32_t result = GetDefaultHttpProxy(bindNetId, httpProxy); in OnGetDefaultHttpProxy()
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 310 * @param bindNetId App bound network ID 314 int32_t GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) override;
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_conn_service_proxy.cpp | 1189 int32_t NetConnServiceProxy::GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) in GetDefaultHttpProxy() argument 1197 if (!data.WriteInt32(bindNetId)) { in GetDefaultHttpProxy()
|
/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/ |
H A D | net_conn_client_fuzzer.cpp | 633 int32_t bindNetId = NetConnGetData<int32_t>(); in GetDefaultHttpProxyFuzzTest() local 634 dataParcel.WriteInt32(bindNetId); in GetDefaultHttpProxyFuzzTest()
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 1783 int32_t NetConnService::GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) in GetDefaultHttpProxy() argument 1793 auto iter = networks_.find(bindNetId); in GetDefaultHttpProxy()
|