/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | traffic_management.cpp | 52 …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 D | i_net_conn_service.h | 82 … virtual int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) = 0;
|
H A D | net_conn_service_proxy.h | 68 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 D | net_conn_service_stub_test.h | 205 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override in GetNetIdByIdentifier() function
|
H A D | net_conn_manager_test.cpp | 544 result = NetConnClient::GetInstance().GetNetIdByIdentifier(ident, netIdList); 690 result = NetConnClient::GetInstance().GetNetIdByIdentifier(ident, netIdList);
|
H A D | net_conn_service_proxy_test.cpp | 574 int32_t ret = instance_->GetNetIdByIdentifier(TEST_IDENT, netIdList);
|
H A D | net_conn_service_test.cpp | 464 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 D | net_conn_client.h | 376 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList);
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 656 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 D | net_vpn_impl.cpp | 99 netConnClientIns.GetNetIdByIdentifier(TUN_CARD_NAME, netIdList); in SetUp()
|
/ohos5.0/base/telephony/sms_mms/services/mms/ |
H A D | mms_network_client.cpp | 447 …NetConnClient::GetInstance().GetNetIdByIdentifier(SIMID_IDENT_PREFIX + std::to_string(simId), netI… in GetIfaceName()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 320 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 D | net_conn_service_proxy.cpp | 1130 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 D | libnetconn_kits.map | 79 …"OHOS::NetManagerStandard::NetConnClient::GetNetIdByIdentifier(std::__h::basic_string<char, std::_…
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 1157 int32_t ret = GetNetIdByIdentifier(ident, netIdList); in OnGetNetIdByIdentifier()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 1659 int32_t NetConnService::GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdLis… in GetNetIdByIdentifier() function in OHOS::NetManagerStandard::NetConnService
|