Searched refs:EnableDistributedServerNetAsync (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_service_test.cpp | 1535 int32_t ret = NetConnService::GetInstance()->EnableDistributedServerNetAsync(iif, devIface, virnicAddr); in HWTEST_F() 1538 ret = NetConnService::GetInstance()->EnableDistributedServerNetAsync(iif, devIface, virnicAddr); in HWTEST_F() 1542 ret = NetConnService::GetInstance()->EnableDistributedServerNetAsync(iif, devIface, virnicAddr); in HWTEST_F() 1545 ret = NetConnService::GetInstance()->EnableDistributedServerNetAsync(iif, devIface, virnicAddr); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 492 int32_t EnableDistributedServerNetAsync(const std::string &iif, const std::string &devIface,
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 2930 result = this->EnableDistributedServerNetAsync(iif, devIface, dstAddr); in EnableDistributedServerNet() 2936 int32_t NetConnService::EnableDistributedServerNetAsync(const std::string &iif, const std::string &devIface, in EnableDistributedServerNetAsync() function in OHOS::NetManagerStandard::NetConnService
|
Completed in 10 milliseconds