Home
last modified time | relevance | path

Searched refs:EnableVnicNetworkAsync (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp1027 int32_t ret = NetConnService::GetInstance()->EnableVnicNetworkAsync(linkInfo, uids);
1052 int32_t ret = NetConnService::GetInstance()->EnableVnicNetworkAsync(linkInfo, uids);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h469 …int32_t EnableVnicNetworkAsync(const sptr<NetLinkInfo> &netLinkInfo, const std::set<int32_t> &uids…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2650 …[this, &netLinkInfo, &uids, &result]() { result = this->EnableVnicNetworkAsync(netLinkInfo, uids);… in EnableVnicNetwork()
2655 int32_t NetConnService::EnableVnicNetworkAsync(const sptr<NetLinkInfo> &netLinkInfo, const std::set… in EnableVnicNetworkAsync() function in OHOS::NetManagerStandard::NetConnService