Home
last modified time | relevance | path

Searched refs:preferCellular (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h423 * @param preferCellular out param, whether prefer cellular
426 int32_t IsPreferCellularUrl(const std::string& url, bool& preferCellular);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_stub_test.h277 int32_t IsPreferCellularUrl(const std::string &url, bool &preferCellular) override
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_service_proxy.h90 int32_t IsPreferCellularUrl(const std::string& url, bool& preferCellular) override;
H A Di_net_conn_service.h103 virtual int32_t IsPreferCellularUrl(const std::string& url, bool& preferCellular) = 0;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_stub_test.h277 int32_t IsPreferCellularUrl(const std::string &url, bool &preferCellular) override
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp888 int32_t NetConnClient::IsPreferCellularUrl(const std::string& url, bool& preferCellular) in IsPreferCellularUrl() argument
895 return proxy->IsPreferCellularUrl(url, preferCellular); in IsPreferCellularUrl()
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp1536 bool preferCellular = false; in OnIsPreferCellularUrl() local
1537 int32_t ret = IsPreferCellularUrl(url, preferCellular); in OnIsPreferCellularUrl()
1541 if (!reply.WriteBool(preferCellular)) { in OnIsPreferCellularUrl()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp1386 bool preferCellular = false; in HWTEST_F() local
1387 NetConnClient::GetInstance().IsPreferCellularUrl(url, preferCellular); in HWTEST_F()
1388 EXPECT_FALSE(preferCellular); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h359 int32_t IsPreferCellularUrl(const std::string& url, bool& preferCellular) override;
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp1647 int32_t NetConnServiceProxy::IsPreferCellularUrl(const std::string& url, bool& preferCellular) in IsPreferCellularUrl() argument
1665 if (!reply.ReadBool(preferCellular)) { in IsPreferCellularUrl()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp1057 bool preferCellular = false; in HWTEST_F() local
1058 ret = NetConnService::GetInstance()->IsPreferCellularUrl(url, preferCellular); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp1059 bool preferCellular = false; in HWTEST_F() local
1060 ret = NetConnService::GetInstance()->IsPreferCellularUrl(url, preferCellular); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2615 int32_t NetConnService::IsPreferCellularUrl(const std::string& url, bool& preferCellular) in IsPreferCellularUrl() argument
2618 preferCellular = std::any_of(preferredUrlList.begin(), preferredUrlList.end(), in IsPreferCellularUrl()

Completed in 23 milliseconds