Home
last modified time | relevance | path

Searched refs:GetNetIdByIdentifier (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/src/
H A Dtraffic_management.cpp52 …int32_t ret = NetConnClient::GetInstance().GetNetIdByIdentifier(IDENT_PREFIX + std::to_string(simI… in GetIfaceName()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_conn_service.h82 … virtual int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) = 0;
H A Dnet_conn_service_proxy.h68 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override;
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_stub_test.h205 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override in GetNetIdByIdentifier() function
H A Dnet_conn_manager_test.cpp544 result = NetConnClient::GetInstance().GetNetIdByIdentifier(ident, netIdList);
690 result = NetConnClient::GetInstance().GetNetIdByIdentifier(ident, netIdList);
H A Dnet_conn_service_proxy_test.cpp574 int32_t ret = instance_->GetNetIdByIdentifier(TEST_IDENT, netIdList);
H A Dnet_conn_service_test.cpp464 auto ret = NetConnService::GetInstance()->GetNetIdByIdentifier("", netIdList);
467 ret = NetConnService::GetInstance()->GetNetIdByIdentifier(TEST_IDENT, netIdList);
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h376 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList);
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp656 int32_t NetConnClient::GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) in GetNetIdByIdentifier() function in OHOS::NetManagerStandard::NetConnClient
663 return proxy->GetNetIdByIdentifier(ident, netIdList); in GetNetIdByIdentifier()
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnet_vpn_impl.cpp99 netConnClientIns.GetNetIdByIdentifier(TUN_CARD_NAME, netIdList); in SetUp()
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_network_client.cpp447 …NetConnClient::GetInstance().GetNetIdByIdentifier(SIMID_IDENT_PREFIX + std::to_string(simId), netI… in GetIfaceName()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h320 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override;
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp1130 int32_t NetConnServiceProxy::GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &net… in GetNetIdByIdentifier() function in OHOS::NetManagerStandard::NetConnServiceProxy
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/
H A Dlibnetconn_kits.map79 …"OHOS::NetManagerStandard::NetConnClient::GetNetIdByIdentifier(std::__h::basic_string<char, std::_…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp1157 int32_t ret = GetNetIdByIdentifier(ident, netIdList); in OnGetNetIdByIdentifier()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1659 int32_t NetConnService::GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdLis… in GetNetIdByIdentifier() function in OHOS::NetManagerStandard::NetConnService