Home
last modified time | relevance | path

Searched refs:SetInterfaceConfig (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dethernet_client.cpp249 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 Di_ethernet_service.h49 …virtual int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParc…
H A Dethernet_service_proxy.h43 …int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg)…
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dethernet_client.h154 …int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg);
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/
H A Dlibethernet_kits.map40 …"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 Dethernet_service_test.cpp311 int32_t ret = ethernetService.SetInterfaceConfig(DEV_NAME, config);
383 result = ethernetService.SetInterfaceConfig(IFACE_NAME, config);
415 result = ethernetService.SetInterfaceConfig(IFACE_NAME, config);
H A Dethernet_service_proxy_test.cpp204 int32_t ret = ethernetServiceProxy.SetInterfaceConfig(DEV_NAME, config);
H A Dethernet_service_stub_test.cpp91 …int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg)… in SetInterfaceConfig() function in OHOS::NetManagerStandard::__anondcd562d70110::MockEthernetServiceStubTest
H A Dethernet_manager_test.cpp469 …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 Dethernet_service.cpp349 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 Dethernet_service.h80 …int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg)…
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dclat_manager.cpp200 netsysService->SetInterfaceConfig(ifConfig); in CreateAndConfigureTunIface()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp350 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 Dnetsys_controller_service_impl.cpp135 int32_t NetsysControllerServiceImpl::SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParc… in SetInterfaceConfig() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
138 return netsysClient_.SetInterfaceConfig(cfg); in SetInterfaceConfig()
H A Dnetsys_controller.cpp208 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 Dnetwork_route.cpp284 ret = netsysServiceR_->SetInterfaceConfig(parcel); in TestInterfaceSetCfg()
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/stub/
H A Dethernet_service_stub.cpp307 int32_t result = SetInterfaceConfig(iface, cfg); in OnSetInterfaceConfig()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h78 void SetInterfaceConfig(InterfaceConfigurationParcel cfg);
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dethernet_service_proxy.cpp316 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 Di_netsys_service.h103 virtual int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) = 0;
H A Dnetsys_native_service_proxy.h80 int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h133 int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg);
H A Di_netsys_controller_service.h148 virtual int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg) = 0;
H A Dnetsys_controller_service_impl.h121 int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg) override;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp428 int32_t NetsysNativeService::SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) in SetInterfaceConfig() function in OHOS::NetsysNative::NetsysNativeService
431 netsysService_->SetInterfaceConfig(cfg); in SetInterfaceConfig()

12