Home
last modified time | relevance | path

Searched refs:GetAllActiveIfaces (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dethernet_module.cpp71 napi_value GetAllActiveIfaces(napi_env env, napi_callback_info info) in GetAllActiveIfaces() function
104 DECLARE_NAPI_FUNCTION(GET_ALL_IFACES, GetAllActiveIfaces), in DeclareEthernetInterface()
H A Dethernet_exec.cpp149 int32_t result = DelayedSingleton<EthernetClient>::GetInstance()->GetAllActiveIfaces(context->ethernetNameList_); in ExecGetAllActiveIfaces()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H A Di_ethernet_service.h42 virtual int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) = 0;
H A Dethernet_service_proxy.h36 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override;
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dethernet_client.cpp83 int32_t EthernetClient::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() function in OHOS::NetManagerStandard::EthernetClient
90 return proxy->GetAllActiveIfaces(activeIfaces); in GetAllActiveIfaces()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dethernet_client.h83 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_test.cpp246 int32_t ret = ethernetService.GetAllActiveIfaces(result); in HWTEST_F()
362 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
425 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
465 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
H A Dethernet_service_proxy_test.cpp163 int32_t ret = ethernetServiceProxy.GetAllActiveIfaces(result); in HWTEST_F()
H A Dethernet_service_stub_test.cpp56 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override
H A Dethernet_manager_test.cpp307 * @tc.desc: Test EthernetManager GetAllActiveIfaces.
317 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->GetAllActiveIfaces(result); in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp246 int32_t ret = ethernetService.GetAllActiveIfaces(result); in HWTEST_F()
362 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
425 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
465 result = ethernetService.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
H A Dethernet_manager_test.cpp307 * @tc.desc: Test EthernetManager GetAllActiveIfaces.
317 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->GetAllActiveIfaces(result); in HWTEST_F()
650 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
833 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
857 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
868 int32_t ret = ethernetManagement.GetAllActiveIfaces(activeIfaces); in HWTEST_F()
H A Dethernet_service_proxy_test.cpp163 int32_t ret = ethernetServiceProxy.GetAllActiveIfaces(result); in HWTEST_F()
H A Dethernet_service_stub_test.cpp56 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_service.h73 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces) override;
H A Dethernet_management.h72 int32_t GetAllActiveIfaces(std::vector<std::string> &activeIfaces);
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp259 int32_t EthernetService::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() function in OHOS::NetManagerStandard::EthernetService
266 NETMGR_EXT_LOG_E("EthernetService GetAllActiveIfaces no js permission"); in GetAllActiveIfaces()
270 return ethManagement_.GetAllActiveIfaces(activeIfaces); in GetAllActiveIfaces()
280 NETMGR_EXT_LOG_E("EthernetService GetAllActiveIfaces no js permission"); in ResetFactory()
H A Dethernet_management.cpp368 int32_t EthernetManagement::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() function in OHOS::NetManagerStandard::EthernetManagement
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dethernet_service_proxy.cpp151 int32_t EthernetServiceProxy::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces() function in OHOS::NetManagerStandard::EthernetServiceProxy
/foundation/communication/netmanager_ext/services/ethernetmanager/src/stub/
H A Dethernet_service_stub.cpp168 int32_t ret = GetAllActiveIfaces(ifaces); in OnGetAllActiveIfaces()
/foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/
H A Dethernet_client_fuzzer.cpp364 ethernetManagement->GetAllActiveIfaces(result); in EthernetManagementFuzzTest()

Completed in 14 milliseconds