/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/ |
H A D | i_net_conn_service.h | 103 virtual int32_t IsPreferCellularUrl(const std::string& url, bool& preferCellular) = 0;
|
H A D | net_conn_service_proxy.h | 86 int32_t IsPreferCellularUrl(const std::string& url, bool& preferCellular) override;
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_service_stub_test.h | 277 int32_t IsPreferCellularUrl(const std::string &url, bool &preferCellular) override in IsPreferCellularUrl() function
|
H A D | net_conn_client_test.cpp | 1344 HWTEST_F(NetConnClientTest, IsPreferCellularUrl, TestSize.Level1) 1348 NetConnClient::GetInstance().IsPreferCellularUrl(url, preferCellular);
|
H A D | net_conn_service_test.cpp | 963 ret = NetConnService::GetInstance()->IsPreferCellularUrl(url, preferCellular);
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_conn_client.h | 427 int32_t IsPreferCellularUrl(const std::string& url, bool& preferCellular);
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 846 int32_t NetConnClient::IsPreferCellularUrl(const std::string& url, bool& preferCellular) in IsPreferCellularUrl() function in OHOS::NetManagerStandard::NetConnClient 853 return proxy->IsPreferCellularUrl(url, preferCellular); in IsPreferCellularUrl()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 356 int32_t IsPreferCellularUrl(const std::string& url, bool& preferCellular) override;
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_conn_service_proxy.cpp | 1556 int32_t NetConnServiceProxy::IsPreferCellularUrl(const std::string& url, bool& preferCellular) in IsPreferCellularUrl() function in OHOS::NetManagerStandard::NetConnServiceProxy
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/ |
H A D | libnetconn_kits.map | 38 …"OHOS::NetManagerStandard::NetConnClient::IsPreferCellularUrl(std::__h::basic_string<char, std::__…
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 1468 int32_t ret = IsPreferCellularUrl(url, preferCellular); in OnIsPreferCellularUrl()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 2417 int32_t NetConnService::IsPreferCellularUrl(const std::string& url, bool& preferCellular) in IsPreferCellularUrl() function in OHOS::NetManagerStandard::NetConnService
|