Home
last modified time | relevance | path

Searched refs:NetworkAddInterface (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dnetwork_route.cpp68 int ret = netsysServiceR_->NetworkAddInterface(NETID, "eth0"); in TestNetworkAddRoute()
93 netsysServiceR_->NetworkAddInterface(NETID, "eth0"); in TestNetworkAddRouteParcel()
114 netsysServiceR_->NetworkAddInterface(NETID, "eth0"); in TestNetWorkRemoveRouteParcel()
224 ret = netsysServiceR_->NetworkAddInterface(NETID, "rmnet0"); in TestNetworkAddInterface()
247 ret = netsysServiceR_->NetworkAddInterface(NETID, "wlan0"); in TestNetworkAddInterfaceWIFI()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h111 int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType);
H A Dnetsys_controller.h84 …int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType = B…
H A Di_netsys_controller_service.h99 …virtual int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearer…
H A Dnetsys_controller_service_impl.h72 …int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType) ov…
H A Dnetsys_native_client.h114 int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType);
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp87 int32_t NetsysControllerServiceImpl::NetworkAddInterface(int32_t netId, const std::string &iface, in NetworkAddInterface() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
93 return mockNetsysClient_.NetworkAddInterface(netId, iface, netBearerType); in NetworkAddInterface()
95 return netsysClient_.NetworkAddInterface(netId, iface, netBearerType); in NetworkAddInterface()
H A Dnetsys_controller.cpp153 int32_t NetsysController::NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType … in NetworkAddInterface() function in OHOS::NetManagerStandard::NetsysController
161 return netsysService_->NetworkAddInterface(netId, iface, netBearerType); in NetworkAddInterface()
H A Dmock_netsys_native_client.cpp127 int32_t MockNetsysNativeClient::NetworkAddInterface(int32_t netId, const std::string &iface, NetBea… in NetworkAddInterface() function in OHOS::NetManagerStandard::MockNetsysNativeClient
H A Dnetsys_native_client.cpp290 int32_t NetsysNativeClient::NetworkAddInterface(int32_t netId, const std::string &iface, NetBearTyp… in NetworkAddInterface() function in OHOS::NetManagerStandard::NetsysNativeClient
299 return proxy->NetworkAddInterface(netId, iface, netBearerType); in NetworkAddInterface()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dmock_netsys_native_client_test.cpp61 ret = nativeClient_.NetworkAddInterface(netId, iface, BEARER_DEFAULT);
H A Dnetsys_controller_service_impl_test.cpp135 ret = instance_->NetworkAddInterface(0, testName, BEARER_DEFAULT);
463 ret = instance_->NetworkAddInterface(netId, testName, BEARER_DEFAULT);
H A Dnetsys_native_service_proxy_test.cpp106 ret = netsysNativeService->NetworkAddInterface(NETID, INTERFACENAME, BEARER_DEFAULT);
H A Dnetsys_native_client_test.cpp93 ret = nativeClient_.NetworkAddInterface(NET_ID, IF_NAME, BEARER_DEFAULT);
H A Dnetsys_controller_test.cpp114 int32_t ret = NetsysController::GetInstance().NetworkAddInterface(NET_ID, WLAN, BEARER_DEFAULT);
468 ret = instance_->NetworkAddInterface(0, iface, BEARER_DEFAULT);
H A Dnetsys_native_service_test.cpp272 int32_t ret = instance_->NetworkAddInterface(netId, iFName, BEARER_DEFAULT);
H A Dnetsys_native_service_stub_test.cpp221 …int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType) ov… in NetworkAddInterface() function in OHOS::NetsysNative::TestNetsysNativeServiceStub
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h60 int32_t NetworkAddInterface(int32_t netId, std::string iface, NetBearType netBearerType);
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h96 …virtual int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearer…
H A Dnetsys_native_service_proxy.h73 …int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType) ov…
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp385 int32_t NetsysNativeService::NetworkAddInterface(int32_t netId, const std::string &iface, NetBearTy… in NetworkAddInterface() function in OHOS::NetsysNative::NetsysNativeService
388 int32_t result = netsysService_->NetworkAddInterface(netId, iface, netBearerType); in NetworkAddInterface()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h97 …int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType) ov…
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp128 int32_t NetManagerNative::NetworkAddInterface(int32_t netId, std::string interfaceName, NetBearType… in NetworkAddInterface() function in OHOS::nmd::NetManagerNative
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp279 …ret = NetsysController::GetInstance().NetworkAddInterface(netId_, newNetLinkInfo.ifaceName_, netSu… in UpdateInterfaces()
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp474 result = NetsysController::GetInstance().NetworkAddInterface(LOCAL_NET_ID, ifaceName_); in HandleConnection()

12