Home
last modified time | relevance | path

Searched refs:detectionStatus (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dnet_conn_client.h53 …int32_t UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, uint32_t& supplierId…
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_conn_service.h106 …virtual int32_t UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, uint32_t& su…
H A Dnet_conn_service_proxy.h89 …int32_t UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, uint32_t& supplierId…
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_stub_test.h292 …int32_t UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, uint32_t& supplierId… in UpdateSupplierScore() argument
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h361 …int32_t UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, uint32_t& supplierId…
444 …int32_t UpdateSupplierScoreAsync(NetBearType bearerType, uint32_t detectionStatus, uint32_t& suppl…
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h433 …int32_t UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, uint32_t& supplierId…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2567 int32_t NetConnService::UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, uint3… in UpdateSupplierScore() argument
2571 … netConnEventHandler_->PostSyncTask([this, bearerType, detectionStatus, &supplierId, &result]() { in UpdateSupplierScore()
2572 result = this->UpdateSupplierScoreAsync(bearerType, detectionStatus, supplierId); in UpdateSupplierScore()
2578 int32_t NetConnService::UpdateSupplierScoreAsync(NetBearType bearerType, uint32_t detectionStatus, … in UpdateSupplierScoreAsync() argument
2581 bearerType, detectionStatus, supplierId); in UpdateSupplierScoreAsync()
2582 NetDetectionStatus state = static_cast<NetDetectionStatus>(detectionStatus); in UpdateSupplierScoreAsync()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp1482 uint32_t detectionStatus = 0; in OnUpdateSupplierScore() local
1487 if (!data.ReadUint32(detectionStatus)) { in OnUpdateSupplierScore()
1497 int32_t ret = UpdateSupplierScore(bearerType, detectionStatus, supplierId); in OnUpdateSupplierScore()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp892 int32_t NetConnClient::UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, uint32… in UpdateSupplierScore() argument
899 return proxy->UpdateSupplierScore(bearerType, detectionStatus, supplierId); in UpdateSupplierScore()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp1627 int32_t NetConnServiceProxy::UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, … in UpdateSupplierScore() argument
1639 if (!data.WriteUint32(detectionStatus)) { in UpdateSupplierScore()