/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_conn_client.h | 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() function in OHOS::NetManagerStandard::NetConnClient 895 return proxy->IsPreferCellularUrl(url, preferCellular); in IsPreferCellularUrl()
|
/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/test/netconnmanager/unittest/net_conn_multi_test/ |
H A D | net_conn_client_test.cpp | 1383 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 D | net_conn_service_stub.cpp | 1537 int32_t ret = IsPreferCellularUrl(url, preferCellular); in OnIsPreferCellularUrl()
|
/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() function in OHOS::NetManagerStandard::NetConnServiceProxy
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/ |
H A D | net_conn_service_test.cpp | 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 | 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() function in OHOS::NetManagerStandard::NetConnService
|