/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_conn_client.h | 375 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList);
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/ |
H A D | net_conn_service_stub_test.h | 205 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override
|
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/ |
H A D | net_conn_service_proxy.h | 72 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override;
|
H A D | i_net_conn_service.h | 82 virtual int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) = 0;
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/ |
H A D | net_conn_service_stub_test.h | 205 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override
|
H A D | net_conn_service_proxy_test.cpp | 580 * @tc.desc: Test NetConnServiceProxy GetNetIdByIdentifier. 586 int32_t ret = instance_->GetNetIdByIdentifier(TEST_IDENT, netIdList); in HWTEST_F()
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 698 int32_t NetConnClient::GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) in GetNetIdByIdentifier() function in OHOS::NetManagerStandard::NetConnClient 705 return proxy->GetNetIdByIdentifier(ident, netIdList); in GetNetIdByIdentifier()
|
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | net_vpn_impl.cpp | 102 netConnClientIns.GetNetIdByIdentifier(TUN_CARD_NAME, netIdList); in SetUp()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_manager_test.cpp | 555 result = NetConnClient::GetInstance().GetNetIdByIdentifier(ident, netIdList); in HWTEST_F() 691 * @tc.desc: Test NetConnManager GetNetIdByIdentifier. 701 result = NetConnClient::GetInstance().GetNetIdByIdentifier(ident, netIdList); in HWTEST_F()
|
H A D | net_conn_service_test.cpp | 490 auto ret = NetConnService::GetInstance()->GetNetIdByIdentifier("", netIdList); in HWTEST_F() 493 ret = NetConnService::GetInstance()->GetNetIdByIdentifier(TEST_IDENT, netIdList); in HWTEST_F()
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/ |
H A D | net_conn_manager_test.cpp | 555 result = NetConnClient::GetInstance().GetNetIdByIdentifier(ident, netIdList); in HWTEST_F() 691 * @tc.desc: Test NetConnManager GetNetIdByIdentifier. 701 result = NetConnClient::GetInstance().GetNetIdByIdentifier(ident, netIdList); in HWTEST_F()
|
H A D | net_conn_service_test.cpp | 489 auto ret = NetConnService::GetInstance()->GetNetIdByIdentifier("", netIdList); in HWTEST_F() 492 ret = NetConnService::GetInstance()->GetNetIdByIdentifier(TEST_IDENT, netIdList); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 323 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override;
|
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 1226 int32_t ret = GetNetIdByIdentifier(ident, netIdList); in OnGetNetIdByIdentifier()
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_conn_service_proxy.cpp | 1221 int32_t NetConnServiceProxy::GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) in GetNetIdByIdentifier() function in OHOS::NetManagerStandard::NetConnServiceProxy
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 1813 int32_t NetConnService::GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) in GetNetIdByIdentifier() function in OHOS::NetManagerStandard::NetConnService
|