/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/ |
H A D | i_ethernet_service.h | 48 virtual int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) = 0;
|
H A D | ethernet_service_proxy.h | 42 int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) override;
|
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/ |
H A D | ethernet_client.cpp | 239 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 D | ethernet_client.h | 143 int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg);
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_diag_wrapper.h | 46 int32_t GetInterfaceConfig(std::list<NetDiagIfaceConfig> &configs, const std::string &ifaceName);
|
H A D | net_manager_native.h | 83 nmd::InterfaceConfigurationParcel GetInterfaceConfig(std::string ifName);
|
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/ |
H A D | network_route.cpp | 281 int ret = netsysServiceR_->GetInterfaceConfig(parcel); in TestInterfaceSetCfg() 286 ret = netsysServiceR_->GetInterfaceConfig(parcel); in TestInterfaceSetCfg()
|
/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_service.h | 79 int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &config) override;
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | net_diag_wrapper_test.cpp | 406 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 D | ethernet_service_test.cpp | 291 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 D | ethernet_service_proxy_test.cpp | 181 ret = ethernetServiceProxy.GetInterfaceConfig(DEV_NAME, cfg); in HWTEST_F()
|
H A D | ethernet_service_stub_test.cpp | 86 int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &config) override
|
H A D | ethernet_manager_test.cpp | 390 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 D | ethernet_service_test.cpp | 291 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 D | ethernet_service_proxy_test.cpp | 181 ret = ethernetServiceProxy.GetInterfaceConfig(DEV_NAME, cfg); in HWTEST_F()
|
H A D | ethernet_service_stub_test.cpp | 86 int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &config) override
|
H A D | ethernet_manager_test.cpp | 390 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 D | ethernet_service.cpp | 341 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 D | wifi_toggler_manager.cpp | 310 if (netsysService->GetInterfaceConfig(config) != ERR_NONE) {
in IsInterfaceUp()
|
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/ |
H A D | ethernet_service_proxy.cpp | 288 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 D | ethernet_service_stub.cpp | 251 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 D | netsys_native_service.cpp | 469 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 D | netsys_native_client.cpp | 370 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 D | i_netsys_service.h | 119 virtual int32_t GetInterfaceConfig(InterfaceConfigurationParcel &cfg) = 0;
|
/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 109 int32_t GetInterfaceConfig(InterfaceConfigurationParcel &cfg) override;
|