Home
last modified time | relevance | path

Searched refs:bindNetId (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp660 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 Dnet_conn_client.cpp693 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 Dnet_conn_service_stub_test.h200 int32_t GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) override
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_service_proxy.h71 int32_t GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) override;
H A Di_net_conn_service.h81 virtual int32_t GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) = 0;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_stub_test.h200 int32_t GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) override
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp659 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 Dnet_conn_service_stub.cpp1197 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 Dnet_conn_service.h310 * @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 Dnet_conn_service_proxy.cpp1189 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 Dnet_conn_client_fuzzer.cpp633 int32_t bindNetId = NetConnGetData<int32_t>(); in GetDefaultHttpProxyFuzzTest() local
634 dataParcel.WriteInt32(bindNetId); in GetDefaultHttpProxyFuzzTest()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1783 int32_t NetConnService::GetDefaultHttpProxy(int32_t bindNetId, HttpProxy &httpProxy) in GetDefaultHttpProxy() argument
1793 auto iter = networks_.find(bindNetId); in GetDefaultHttpProxy()

Completed in 23 milliseconds