Searched refs:EnableVnicNetworkAsync (Results 1 – 3 of 3) sorted by relevance
1027 int32_t ret = NetConnService::GetInstance()->EnableVnicNetworkAsync(linkInfo, uids);1052 int32_t ret = NetConnService::GetInstance()->EnableVnicNetworkAsync(linkInfo, uids);
469 …int32_t EnableVnicNetworkAsync(const sptr<NetLinkInfo> &netLinkInfo, const std::set<int32_t> &uids…
2650 …[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