Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h375 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_stub_test.h205 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_service_proxy.h72 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override;
H A Di_net_conn_service.h82 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 Dnet_conn_service_stub_test.h205 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override
H A Dnet_conn_service_proxy_test.cpp580 * @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 Dnet_conn_client.cpp698 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 Dnet_vpn_impl.cpp102 netConnClientIns.GetNetIdByIdentifier(TUN_CARD_NAME, netIdList); in SetUp()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_manager_test.cpp555 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 Dnet_conn_service_test.cpp490 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 Dnet_conn_manager_test.cpp555 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 Dnet_conn_service_test.cpp489 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 Dnet_conn_service.h323 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override;
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp1226 int32_t ret = GetNetIdByIdentifier(ident, netIdList); in OnGetNetIdByIdentifier()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp1221 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 Dnet_conn_service.cpp1813 int32_t NetConnService::GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) in GetNetIdByIdentifier() function in OHOS::NetManagerStandard::NetConnService

Completed in 25 milliseconds