Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h426 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() function in OHOS::NetManagerStandard::NetConnClient
895 return proxy->IsPreferCellularUrl(url, preferCellular); in IsPreferCellularUrl()
/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/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp1383 HWTEST_F(NetConnClientTest, IsPreferCellularUrl, TestSize.Level1) in HWTEST_F()
1387 NetConnClient::GetInstance().IsPreferCellularUrl(url, preferCellular); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp1537 int32_t ret = IsPreferCellularUrl(url, preferCellular); in OnIsPreferCellularUrl()
/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() function in OHOS::NetManagerStandard::NetConnServiceProxy
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp1058 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.cpp1060 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() function in OHOS::NetManagerStandard::NetConnService

Completed in 24 milliseconds