Home
last modified time | relevance | path

Searched refs:FindSupplierToReduceScore (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h468 …uint32_t FindSupplierToReduceScore(std::vector<sptr<NetSupplier>>& suppliers, uint32_t& supplierId…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2590 uint32_t tmpSupplierId = FindSupplierToReduceScore(suppliers, supplierId); in UpdateSupplierScoreAsync()
2613 uint32_t NetConnService::FindSupplierToReduceScore(std::vector<sptr<NetSupplier>>& suppliers, uint3… in FindSupplierToReduceScore() function in OHOS::NetManagerStandard::NetConnService