Home
last modified time | relevance | path

Searched refs:GetInterfaceConfig (Results 1 - 25 of 45) sorted by relevance

12

/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H A Di_ethernet_service.h48 virtual int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) = 0;
H A Dethernet_service_proxy.h42 int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) override;
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dethernet_client.cpp239 int32_t EthernetClient::GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) in GetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetClient
246 return proxy->GetInterfaceConfig(iface, cfg); in GetInterfaceConfig()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dethernet_client.h143 int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg);
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_diag_wrapper.h46 int32_t GetInterfaceConfig(std::list<NetDiagIfaceConfig> &configs, const std::string &ifaceName);
H A Dnet_manager_native.h83 nmd::InterfaceConfigurationParcel GetInterfaceConfig(std::string ifName);
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dnetwork_route.cpp281 int ret = netsysServiceR_->GetInterfaceConfig(parcel); in TestInterfaceSetCfg()
286 ret = netsysServiceR_->GetInterfaceConfig(parcel); in TestInterfaceSetCfg()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_service.h79 int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &config) override;
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnet_diag_wrapper_test.cpp406 auto ret = netDiagWrapper->GetInterfaceConfig(configs, IFACENAME1); in HWTEST_F()
409 ret = netDiagWrapper->GetInterfaceConfig(configs, IFACENAME2); in HWTEST_F()
412 ret = netDiagWrapper->GetInterfaceConfig(configs, IFACENAME3); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_test.cpp291 int32_t ret = ethernetService.GetInterfaceConfig(DEV_NAME, cfg); in HWTEST_F()
386 result = ethernetService.GetInterfaceConfig(IFACE_NAME, config); in HWTEST_F()
418 result = ethernetService.GetInterfaceConfig(IFACE_NAME, cfg); in HWTEST_F()
H A Dethernet_service_proxy_test.cpp181 ret = ethernetServiceProxy.GetInterfaceConfig(DEV_NAME, cfg); in HWTEST_F()
H A Dethernet_service_stub_test.cpp86 int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &config) override
H A Dethernet_manager_test.cpp390 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->GetInterfaceConfig(DEV_NAME, cfg); in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp291 int32_t ret = ethernetService.GetInterfaceConfig(DEV_NAME, cfg); in HWTEST_F()
386 result = ethernetService.GetInterfaceConfig(IFACE_NAME, config); in HWTEST_F()
418 result = ethernetService.GetInterfaceConfig(IFACE_NAME, cfg); in HWTEST_F()
H A Dethernet_service_proxy_test.cpp181 ret = ethernetServiceProxy.GetInterfaceConfig(DEV_NAME, cfg); in HWTEST_F()
H A Dethernet_service_stub_test.cpp86 int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &config) override
H A Dethernet_manager_test.cpp390 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->GetInterfaceConfig(DEV_NAME, cfg); in HWTEST_F()
502 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->GetInterfaceConfig(DEV_NAME, cfg); in HWTEST_F()
521 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->GetInterfaceConfig(DEV_NAME, cfg); in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp341 int32_t EthernetService::GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &config) in GetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetService
345 NETMGR_EXT_LOG_E("EthernetService GetInterfaceConfig no permission"); in GetInterfaceConfig()
349 return NetsysController::GetInstance().GetInterfaceConfig(config); in GetInterfaceConfig()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_toggler_manager.cpp310 if (netsysService->GetInterfaceConfig(config) != ERR_NONE) { in IsInterfaceUp()
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dethernet_service_proxy.cpp288 int32_t EthernetServiceProxy::GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) in GetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetServiceProxy
/foundation/communication/netmanager_ext/services/ethernetmanager/src/stub/
H A Dethernet_service_stub.cpp251 int32_t result = GetInterfaceConfig(iface, cfg); in OnGetInterfaceConfig()
253 NETMGR_EXT_LOG_E("GetInterfaceConfig is error"); in OnGetInterfaceConfig()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp469 int32_t NetsysNativeService::GetInterfaceConfig(InterfaceConfigurationParcel &cfg) in GetInterfaceConfig() function in OHOS::NetsysNative::NetsysNativeService
471 NETNATIVE_LOG_D("GetInterfaceConfig"); in GetInterfaceConfig()
473 cfg = netsysService_->GetInterfaceConfig(ifName); in GetInterfaceConfig()
474 NETNATIVE_LOG_D("GetInterfaceConfig end"); in GetInterfaceConfig()
815 return netDiagWrapper->GetInterfaceConfig(configs, ifaceName); in NetDiagGetInterfaceConfig()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp370 int32_t NetsysNativeClient::GetInterfaceConfig(OHOS::nmd::InterfaceConfigurationParcel &cfg) in GetInterfaceConfig() function in OHOS::NetManagerStandard::NetsysNativeClient
378 return proxy->GetInterfaceConfig(cfg); in GetInterfaceConfig()
402 proxy->GetInterfaceConfig(ifCfg); in SetInterfaceDown()
421 proxy->GetInterfaceConfig(ifCfg); in SetInterfaceUp()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h119 virtual int32_t GetInterfaceConfig(InterfaceConfigurationParcel &cfg) = 0;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h109 int32_t GetInterfaceConfig(InterfaceConfigurationParcel &cfg) override;

Completed in 22 milliseconds

12