/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/ |
H A D | ethernet_client.cpp | 249 int32_t EthernetClient::SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurat… in SetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetClient 256 return proxy->SetInterfaceConfig(iface, cfg); in SetInterfaceConfig()
|
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/ |
H A D | i_ethernet_service.h | 49 …virtual int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParc…
|
H A D | ethernet_service_proxy.h | 43 …int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg)…
|
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/ |
H A D | ethernet_client.h | 154 …int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg);
|
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/ |
H A D | libethernet_kits.map | 40 …"OHOS::NetManagerStandard::EthernetClient::SetInterfaceConfig(std::__h::basic_string<char, std::__… 50 …"OHOS::NetManagerStandard::EthernetServiceProxy::SetInterfaceConfig(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 | 311 int32_t ret = ethernetService.SetInterfaceConfig(DEV_NAME, config); 383 result = ethernetService.SetInterfaceConfig(IFACE_NAME, config); 415 result = ethernetService.SetInterfaceConfig(IFACE_NAME, config);
|
H A D | ethernet_service_proxy_test.cpp | 204 int32_t ret = ethernetServiceProxy.SetInterfaceConfig(DEV_NAME, config);
|
H A D | ethernet_service_stub_test.cpp | 91 …int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg)… in SetInterfaceConfig() function in OHOS::NetManagerStandard::__anondcd562d70110::MockEthernetServiceStubTest
|
H A D | ethernet_manager_test.cpp | 469 …int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->SetInterfaceConfig(DEV_NAME, config… 487 …int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->SetInterfaceConfig(DEV_NAME, config…
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_service.cpp | 349 int32_t EthernetService::SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigura… in SetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetService 357 return NetsysController::GetInstance().SetInterfaceConfig(cfg); in SetInterfaceConfig()
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_service.h | 80 …int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg)…
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | clat_manager.cpp | 200 netsysService->SetInterfaceConfig(ifConfig); in CreateAndConfigureTunIface()
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_native_client.cpp | 350 int32_t NetsysNativeClient::SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg) in SetInterfaceConfig() function in OHOS::NetManagerStandard::NetsysNativeClient 358 return proxy->SetInterfaceConfig(cfg); in SetInterfaceConfig() 377 return proxy->SetInterfaceConfig(ifCfg); in SetInterfaceDown() 396 return proxy->SetInterfaceConfig(ifCfg); in SetInterfaceUp()
|
H A D | netsys_controller_service_impl.cpp | 135 int32_t NetsysControllerServiceImpl::SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParc… in SetInterfaceConfig() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 138 return netsysClient_.SetInterfaceConfig(cfg); in SetInterfaceConfig()
|
H A D | netsys_controller.cpp | 208 int32_t NetsysController::SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg) in SetInterfaceConfig() function in OHOS::NetManagerStandard::NetsysController 215 return netsysService_->SetInterfaceConfig(cfg); in SetInterfaceConfig()
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unit_test/ |
H A D | network_route.cpp | 284 ret = netsysServiceR_->SetInterfaceConfig(parcel); in TestInterfaceSetCfg()
|
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/stub/ |
H A D | ethernet_service_stub.cpp | 307 int32_t result = SetInterfaceConfig(iface, cfg); in OnSetInterfaceConfig()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 78 void SetInterfaceConfig(InterfaceConfigurationParcel cfg);
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/ |
H A D | ethernet_service_proxy.cpp | 316 int32_t EthernetServiceProxy::SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConf… in SetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetServiceProxy
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 103 virtual int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) = 0;
|
H A D | netsys_native_service_proxy.h | 80 int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller.h | 133 int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg);
|
H A D | i_netsys_controller_service.h | 148 virtual int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg) = 0;
|
H A D | netsys_controller_service_impl.h | 121 int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 428 int32_t NetsysNativeService::SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) in SetInterfaceConfig() function in OHOS::NetsysNative::NetsysNativeService 431 netsysService_->SetInterfaceConfig(cfg); in SetInterfaceConfig()
|