/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service_iface.cpp | 48 int32_t NetConnServiceIface::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() function in OHOS::NetManagerStandard::NetConnServiceIface 51 return NetConnService::GetInstance()->EnableDistributedServerNet(iif, devIface, dstAddr); in EnableDistributedServerNet()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/ |
H A D | netsys_native_service_test.cpp | 89 int32_t ret = instance_->EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F() 100 int32_t ret = instance_->EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
|
H A D | netsys_native_service_proxy_test.cpp | 118 int32_t ret = netsysNativeService->EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F() 134 int32_t ret = netsysNativeService->EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
|
H A D | route_manager_test.cpp | 60 auto ret = RouteManager::EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
|
H A D | net_manager_native_test.cpp | 69 auto ret = instance_->EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
|
H A D | netsys_controller_test.cpp | 124 int32_t ret = NetsysController::GetInstance().EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
|
H A D | netsys_native_service_stub_test.cpp | 230 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/ |
H A D | net_conn_service_test.cpp | 80 int32_t ret = NetConnService::GetInstance()->EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
|
H A D | net_conn_client_test.cpp | 73 int32_t ret = NetConnClient::GetInstance().EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
|
H A D | net_conn_service_proxy_test.cpp | 135 * @tc.desc: Test EnableDistributedServerNet Branch. 144 int32_t ret = instance_->EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
|
H A D | net_conn_service_stub_test.h | 312 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service_iface.h | 35 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface, const std::string &dstAddr);
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | net_manager_native.cpp | 125 int32_t NetManagerNative::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() function in OHOS::nmd::NetManagerNative 128 return routeManager_->EnableDistributedServerNet(iif, devIface, dstAddr); in EnableDistributedServerNet()
|
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_conn_client.h | 461 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface, const std::string &dstAddr);
|
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/ |
H A D | net_conn_service_proxy.h | 34 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
|
H A D | i_net_conn_service.h | 110 virtual int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/ |
H A D | net_conn_service_stub_test.h | 312 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/ |
H A D | route_manager.h | 303 static int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 123 int32_t NetConnClient::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() function in OHOS::NetManagerStandard::NetConnClient 126 NETMGR_LOG_D("EnableDistributedServerNet client in."); in EnableDistributedServerNet() 133 return proxy->EnableDistributedServerNet(iif, devIface, dstAddr); in EnableDistributedServerNet()
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 114 virtual int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
|
H A D | netsys_native_service_proxy.h | 80 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 104 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 62 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface, const std::string &dstAddr);
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_service_impl.h | 63 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
|
H A D | i_netsys_controller_service.h | 89 virtual int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
|