Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_net_agent_test.cpp266 uint32_t tmpSupplierId = wifiNetAgent.GetSupplierId(); variable
267 EXPECT_EQ(tmpSupplierId, 0);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp473 uint32_t tmpSupplierId = INVALID_SUPPLIER_ID; in OnNetSupplierRemoteDied() local
477 netConnEventHandler_->PostSyncTask([this, &tmpSupplierId, &callback]() { in OnNetSupplierRemoteDied()
483 tmpSupplierId = supplier.second->GetSupplierId(); in OnNetSupplierRemoteDied()
487 if (tmpSupplierId != INVALID_SUPPLIER_ID) { in OnNetSupplierRemoteDied()
488 …NETMGR_LOG_I("OnNetSupplierRemoteDied UnregisterNetSupplier SupplierId %{public}u", tmpSupplierId); in OnNetSupplierRemoteDied()
489 UnregisterNetSupplierAsync(tmpSupplierId); in OnNetSupplierRemoteDied()
2590 uint32_t tmpSupplierId = FindSupplierToReduceScore(suppliers, supplierId); in UpdateSupplierScoreAsync() local
2591 if (tmpSupplierId == INVALID_SUPPLIER_ID) { in UpdateSupplierScoreAsync()