Home
last modified time | relevance | path

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

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_net_agent_test.cpp272 uint32_t tmpSupplierId = wifiNetAgent.GetSupplierId(); in HWTEST_F() local
273 EXPECT_EQ(tmpSupplierId, 0); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp485 uint32_t tmpSupplierId = INVALID_SUPPLIER_ID; in OnNetSupplierRemoteDied() local
489 netConnEventHandler_->PostSyncTask([this, &tmpSupplierId, callingUid, &callback]() { in OnNetSupplierRemoteDied()
495 tmpSupplierId = supplier.second->GetSupplierId(); in OnNetSupplierRemoteDied()
499 if (tmpSupplierId != INVALID_SUPPLIER_ID) { in OnNetSupplierRemoteDied()
500 NETMGR_LOG_I("OnNetSupplierRemoteDied UnregisterNetSupplier SupplierId %{public}u", tmpSupplierId); in OnNetSupplierRemoteDied()
501 UnregisterNetSupplierAsync(tmpSupplierId, true, callingUid); in OnNetSupplierRemoteDied()
2771 uint32_t tmpSupplierId = FindSupplierToReduceScore(suppliers, supplierId); in UpdateSupplierScoreAsync() local
2772 if (tmpSupplierId == INVALID_SUPPLIER_ID) { in UpdateSupplierScoreAsync()

Completed in 6 milliseconds