/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::InterfaceConfigurationParcel &cfg) = 0;
|
H A D | ethernet_service_proxy.h | 43 int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) override;
|
/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::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 D | ethernet_client.h | 154 int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg);
|
/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) override;
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | ethernet_service_test.cpp | 311 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 D | ethernet_service_proxy_test.cpp | 204 int32_t ret = ethernetServiceProxy.SetInterfaceConfig(DEV_NAME, config); in HWTEST_F()
|
H A D | ethernet_service_stub_test.cpp | 91 int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) override
|
/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); 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 D | ethernet_service_proxy_test.cpp | 204 int32_t ret = ethernetServiceProxy.SetInterfaceConfig(DEV_NAME, config); in HWTEST_F()
|
H A D | ethernet_service_stub_test.cpp | 91 int32_t SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) override
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_service.cpp | 352 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 D | clat_manager.cpp | 200 netsysService->SetInterfaceConfig(ifConfig); in CreateAndConfigureTunIface()
|
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/ |
H A D | network_route.cpp | 284 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 D | ethernet_service_proxy.cpp | 316 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 D | ethernet_service_stub.cpp | 307 int32_t result = SetInterfaceConfig(iface, cfg); in OnSetInterfaceConfig()
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_native_client.cpp | 381 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 D | i_netsys_service.h | 118 virtual int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) = 0;
|
H A D | netsys_native_service_proxy.h | 84 int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) override;
|
/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 108 int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) override;
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 84 void SetInterfaceConfig(InterfaceConfigurationParcel cfg);
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/ |
H A D | netsys_native_service_stub_test.cpp | 246 int32_t SetInterfaceConfig(const InterfaceConfigurationParcel &cfg) override
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_service_impl.h | 125 int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg) override;
|
H A D | i_netsys_controller_service.h | 151 virtual int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg) = 0;
|
H A D | netsys_controller.h | 135 int32_t SetInterfaceConfig(const OHOS::nmd::InterfaceConfigurationParcel &cfg);
|