Searched refs:FindBestNetworkForRequest (Results 1 – 3 of 3) sorted by relevance
411 …uint32_t FindBestNetworkForRequest(sptr<NetSupplier> &supplier, std::shared_ptr<NetActivate> &netA…
918 int bestScore = static_cast<int>(FindBestNetworkForRequest(bestNet, request)); in ActivateNetwork()1026 int score = static_cast<int>(FindBestNetworkForRequest(bestSupplier, iterActive->second)); in FindBestNetworkForAllRequest()1056 uint32_t NetConnService::FindBestNetworkForRequest(sptr<NetSupplier> &supplier, in FindBestNetworkForRequest() function in OHOS::NetManagerStandard::NetConnService
831 … auto ret = NetConnService::GetInstance()->FindBestNetworkForRequest(supplier, netActivateNetwork);