Searched refs:preferCellular (Results 1 - 13 of 13) sorted by relevance
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_conn_client.h | 423 * @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 D | net_conn_service_stub_test.h | 277 int32_t IsPreferCellularUrl(const std::string &url, bool &preferCellular) override
|
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/ |
H A D | net_conn_service_proxy.h | 90 int32_t IsPreferCellularUrl(const std::string& url, bool& preferCellular) override;
|
H A D | i_net_conn_service.h | 103 virtual int32_t IsPreferCellularUrl(const std::string& url, bool& preferCellular) = 0;
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/ |
H A D | net_conn_service_stub_test.h | 277 int32_t IsPreferCellularUrl(const std::string &url, bool &preferCellular) override
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 888 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 D | net_conn_service_stub.cpp | 1536 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 D | net_conn_client_test.cpp | 1386 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 D | net_conn_service.h | 359 int32_t IsPreferCellularUrl(const std::string& url, bool& preferCellular) override;
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_conn_service_proxy.cpp | 1647 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 D | net_conn_service_test.cpp | 1057 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 D | net_conn_service_test.cpp | 1059 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 D | net_conn_service.cpp | 2615 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