/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unit_test/ |
H A D | network_route.cpp | 68 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 D | mock_netsys_native_client.h | 111 int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType);
|
H A D | netsys_controller.h | 84 …int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType = B…
|
H A D | i_netsys_controller_service.h | 99 …virtual int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearer…
|
H A D | netsys_controller_service_impl.h | 72 …int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType) ov…
|
H A D | netsys_native_client.h | 114 int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType);
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 87 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 D | netsys_controller.cpp | 153 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 D | mock_netsys_native_client.cpp | 127 int32_t MockNetsysNativeClient::NetworkAddInterface(int32_t netId, const std::string &iface, NetBea… in NetworkAddInterface() function in OHOS::NetManagerStandard::MockNetsysNativeClient
|
H A D | netsys_native_client.cpp | 290 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 D | mock_netsys_native_client_test.cpp | 61 ret = nativeClient_.NetworkAddInterface(netId, iface, BEARER_DEFAULT);
|
H A D | netsys_controller_service_impl_test.cpp | 135 ret = instance_->NetworkAddInterface(0, testName, BEARER_DEFAULT); 463 ret = instance_->NetworkAddInterface(netId, testName, BEARER_DEFAULT);
|
H A D | netsys_native_service_proxy_test.cpp | 106 ret = netsysNativeService->NetworkAddInterface(NETID, INTERFACENAME, BEARER_DEFAULT);
|
H A D | netsys_native_client_test.cpp | 93 ret = nativeClient_.NetworkAddInterface(NET_ID, IF_NAME, BEARER_DEFAULT);
|
H A D | netsys_controller_test.cpp | 114 int32_t ret = NetsysController::GetInstance().NetworkAddInterface(NET_ID, WLAN, BEARER_DEFAULT); 468 ret = instance_->NetworkAddInterface(0, iface, BEARER_DEFAULT);
|
H A D | netsys_native_service_test.cpp | 272 int32_t ret = instance_->NetworkAddInterface(netId, iFName, BEARER_DEFAULT);
|
H A D | netsys_native_service_stub_test.cpp | 221 …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 D | net_manager_native.h | 60 int32_t NetworkAddInterface(int32_t netId, std::string iface, NetBearType netBearerType);
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 96 …virtual int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearer…
|
H A D | netsys_native_service_proxy.h | 73 …int32_t NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType netBearerType) ov…
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 385 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 D | netsys_native_service.h | 97 …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 D | net_manager_native.cpp | 128 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 D | network.cpp | 279 …ret = NetsysController::GetInstance().NetworkAddInterface(netId_, newNetLinkInfo.ifaceName_, netSu… in UpdateInterfaces()
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_sub_statemachine.cpp | 474 result = NetsysController::GetInstance().NetworkAddInterface(LOCAL_NET_ID, ifaceName_); in HandleConnection()
|