Home
last modified time | relevance | path

Searched refs:EnableDistributedServerNet (Results 1 - 25 of 40) sorted by relevance

12

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service_iface.cpp48 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 Dnetsys_native_service_test.cpp89 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 Dnetsys_native_service_proxy_test.cpp118 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 Droute_manager_test.cpp60 auto ret = RouteManager::EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
H A Dnet_manager_native_test.cpp69 auto ret = instance_->EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
H A Dnetsys_controller_test.cpp124 int32_t ret = NetsysController::GetInstance().EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp230 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_test.cpp80 int32_t ret = NetConnService::GetInstance()->EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
H A Dnet_conn_client_test.cpp73 int32_t ret = NetConnClient::GetInstance().EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
H A Dnet_conn_service_proxy_test.cpp135 * @tc.desc: Test EnableDistributedServerNet Branch.
144 int32_t ret = instance_->EnableDistributedServerNet(iif, devIface, dstAddr); in HWTEST_F()
H A Dnet_conn_service_stub_test.h312 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service_iface.h35 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 Dnet_manager_native.cpp125 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 Dnet_conn_client.h461 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 Dnet_conn_service_proxy.h34 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
H A Di_net_conn_service.h110 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 Dnet_conn_service_stub_test.h312 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Droute_manager.h303 static int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp123 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 Di_netsys_service.h114 virtual int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
H A Dnetsys_native_service_proxy.h80 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h104 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h62 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface, const std::string &dstAddr);
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h63 int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,
H A Di_netsys_controller_service.h89 virtual int32_t EnableDistributedServerNet(const std::string &iif, const std::string &devIface,

Completed in 16 milliseconds

12