/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | disabled_network_interface_plugin.cpp | 60 …DelayedSingleton<NetManagerStandard::EthernetClient>::GetInstance()->GetInterfaceConfig(networkInt… in OnGetPolicy() 80 …DelayedSingleton<NetManagerStandard::EthernetClient>::GetInstance()->GetInterfaceConfig(it->first,… in OnSetPolicy()
|
H A D | get_ip_address_plugin.cpp | 49 …DelayedSingleton<NetManagerStandard::EthernetClient>::GetInstance()->GetInterfaceConfig(networkInt… in OnGetPolicy()
|
H A D | get_mac_plugin.cpp | 48 …DelayedSingleton<NetManagerStandard::EthernetClient>::GetInstance()->GetInterfaceConfig(networkInt… in OnGetPolicy()
|
/ohos5.0/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::InterfaceConfigurat… in GetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetClient 246 return proxy->GetInterfaceConfig(iface, cfg); in GetInterfaceConfig()
|
/ohos5.0/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::InterfaceConfigurationParc…
|
H A D | ethernet_service_proxy.h | 42 …int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg)…
|
/ohos5.0/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);
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/ |
H A D | libethernet_kits.map | 36 …"OHOS::NetManagerStandard::EthernetClient::GetInterfaceConfig(std::__h::basic_string<char, std::__… 48 …"OHOS::NetManagerStandard::EthernetServiceProxy::GetInterfaceConfig(std::__h::basic_string<char, s…
|
/ohos5.0/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); 386 result = ethernetService.GetInterfaceConfig(IFACE_NAME, config); 418 result = ethernetService.GetInterfaceConfig(IFACE_NAME, cfg);
|
H A D | ethernet_service_proxy_test.cpp | 181 ret = ethernetServiceProxy.GetInterfaceConfig(DEV_NAME, cfg);
|
H A D | ethernet_service_stub_test.cpp | 86 …int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &conf… in GetInterfaceConfig() function in OHOS::NetManagerStandard::__anondcd562d70110::MockEthernetServiceStubTest
|
H A D | ethernet_manager_test.cpp | 390 … int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->GetInterfaceConfig(DEV_NAME, cfg); 502 … int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->GetInterfaceConfig(DEV_NAME, cfg); 521 … int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->GetInterfaceConfig(DEV_NAME, cfg);
|
/ohos5.0/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 | 77 nmd::InterfaceConfigurationParcel GetInterfaceConfig(std::string ifName);
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_service.cpp | 338 int32_t EthernetService::GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigura… in GetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetService 346 return NetsysController::GetInstance().GetInterfaceConfig(config); in GetInterfaceConfig()
|
/ohos5.0/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); 409 ret = netDiagWrapper->GetInterfaceConfig(configs, IFACENAME2); 412 ret = netDiagWrapper->GetInterfaceConfig(configs, IFACENAME3);
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_service.h | 79 …int32_t GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &conf…
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_toggler_manager.cpp | 315 if (netsysService->GetInterfaceConfig(config) != ERR_NONE) { in IsInterfaceUp()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 435 int32_t NetsysNativeService::GetInterfaceConfig(InterfaceConfigurationParcel &cfg) in GetInterfaceConfig() function in OHOS::NetsysNative::NetsysNativeService 439 cfg = netsysService_->GetInterfaceConfig(ifName); in GetInterfaceConfig() 781 return netDiagWrapper->GetInterfaceConfig(configs, ifaceName); in NetDiagGetInterfaceConfig()
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_native_client.cpp | 339 int32_t NetsysNativeClient::GetInterfaceConfig(OHOS::nmd::InterfaceConfigurationParcel &cfg) in GetInterfaceConfig() function in OHOS::NetManagerStandard::NetsysNativeClient 347 return proxy->GetInterfaceConfig(cfg); in GetInterfaceConfig() 371 proxy->GetInterfaceConfig(ifCfg); in SetInterfaceDown() 390 proxy->GetInterfaceConfig(ifCfg); in SetInterfaceUp()
|
H A D | netsys_controller_service_impl.cpp | 129 int32_t NetsysControllerServiceImpl::GetInterfaceConfig(OHOS::nmd::InterfaceConfigurationParcel &cf… in GetInterfaceConfig() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 132 return netsysClient_.GetInterfaceConfig(cfg); in GetInterfaceConfig()
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/stub/ |
H A D | ethernet_service_stub.cpp | 251 int32_t result = GetInterfaceConfig(iface, cfg); in OnGetInterfaceConfig()
|
/ohos5.0/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::InterfaceConf… in GetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetServiceProxy
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 104 virtual int32_t GetInterfaceConfig(InterfaceConfigurationParcel &cfg) = 0;
|