Home
last modified time | relevance | path

Searched refs:SetInterfaceConfig (Results 1 - 25 of 37) sorted by relevance

12

/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::InterfaceConfigurationParcel &cfg) = 0;
H A Dethernet_service_proxy.h43 int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) override;
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dethernet_client.cpp249 int32_t EthernetClient::SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) in SetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetClient
256 return proxy->SetInterfaceConfig(iface, cfg); in SetInterfaceConfig()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dethernet_client.h154 int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg);
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_service.h80 int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) override;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_test.cpp311 int32_t ret = ethernetService.SetInterfaceConfig(DEV_NAME, config); in HWTEST_F()
383 result = ethernetService.SetInterfaceConfig(IFACE_NAME, config); in HWTEST_F()
415 result = ethernetService.SetInterfaceConfig(IFACE_NAME, config); in HWTEST_F()
H A Dethernet_service_proxy_test.cpp204 int32_t ret = ethernetServiceProxy.SetInterfaceConfig(DEV_NAME, config); in HWTEST_F()
H A Dethernet_service_stub_test.cpp91 int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) override
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp311 int32_t ret = ethernetService.SetInterfaceConfig(DEV_NAME, config); in HWTEST_F()
383 result = ethernetService.SetInterfaceConfig(IFACE_NAME, config); in HWTEST_F()
415 result = ethernetService.SetInterfaceConfig(IFACE_NAME, config); in HWTEST_F()
H A Dethernet_service_proxy_test.cpp204 int32_t ret = ethernetServiceProxy.SetInterfaceConfig(DEV_NAME, config); in HWTEST_F()
H A Dethernet_service_stub_test.cpp91 int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) override
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp352 int32_t EthernetService::SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) in SetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetService
356 NETMGR_EXT_LOG_E("EthernetService SetInterfaceConfig no permission"); in SetInterfaceConfig()
360 return NetsysController::GetInstance().SetInterfaceConfig(cfg); in SetInterfaceConfig()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dclat_manager.cpp200 netsysService->SetInterfaceConfig(ifConfig); in CreateAndConfigureTunIface()
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dnetwork_route.cpp284 ret = netsysServiceR_->SetInterfaceConfig(parcel); in TestInterfaceSetCfg()
285 NETNATIVE_LOGE("SetInterfaceConfig ret %{public}d", ret); in TestInterfaceSetCfg()
/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::InterfaceConfigurationParcel &cfg) in SetInterfaceConfig() function in OHOS::NetManagerStandard::EthernetServiceProxy
/foundation/communication/netmanager_ext/services/ethernetmanager/src/stub/
H A Dethernet_service_stub.cpp307 int32_t result = SetInterfaceConfig(iface, cfg); in OnSetInterfaceConfig()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp381 int32_t NetsysNativeClient::SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg) in SetInterfaceConfig() function in OHOS::NetManagerStandard::NetsysNativeClient
389 return proxy->SetInterfaceConfig(cfg); in SetInterfaceConfig()
408 return proxy->SetInterfaceConfig(ifCfg); in SetInterfaceDown()
427 return proxy->SetInterfaceConfig(ifCfg); in SetInterfaceUp()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h118 virtual int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) = 0;
H A Dnetsys_native_service_proxy.h84 int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h108 int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h84 void SetInterfaceConfig(InterfaceConfigurationParcel cfg);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp246 int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) override
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h125 int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg) override;
H A Di_netsys_controller_service.h151 virtual int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg) = 0;
H A Dnetsys_controller.h135 int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg);

Completed in 18 milliseconds

12