Searched refs:UpdateSupplierScoreAsync (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 464 int32_t UpdateSupplierScoreAsync(NetBearType bearerType, uint32_t detectionStatus, uint32_t& supplierId);
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/ |
H A D | net_conn_service_test.cpp | 1093 ret = NetConnService::GetInstance()->UpdateSupplierScoreAsync(NetBearType::BEARER_WIFI, isBetter, supplierId); in HWTEST_F() 1110 ret = NetConnService::GetInstance()->UpdateSupplierScoreAsync(NetBearType::BEARER_WIFI, isBetter, supplierId); in HWTEST_F()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_service_test.cpp | 1096 ret = NetConnService::GetInstance()->UpdateSupplierScoreAsync(NetBearType::BEARER_WIFI, in HWTEST_F() 1114 ret = NetConnService::GetInstance()->UpdateSupplierScoreAsync(NetBearType::BEARER_WIFI, in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 2753 result = this->UpdateSupplierScoreAsync(bearerType, detectionStatus, supplierId); in UpdateSupplierScore() 2759 int32_t NetConnService::UpdateSupplierScoreAsync(NetBearType bearerType, uint32_t detectionStatus, uint32_t& supplierId) in UpdateSupplierScoreAsync() function in OHOS::NetManagerStandard::NetConnService
|
Completed in 12 milliseconds