Home
last modified time | relevance | path

Searched refs:SendTagToForeground (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/nfc/services/include/
H A Dnfc_polling_manager.h71 void SendTagToForeground(KITS::TagInfoParcelable* tagInfo);
/foundation/communication/nfc/test/fuzztest/services_test/nfcpollingmanager_test/nfcpollingmanager/nfcpollingmanager_fuzzer/
H A Dnfcpollingmanager_fuzzer.cpp101 nfcPollingManager->SendTagToForeground(nullptr); in FuzzSendTagToForeground()
/foundation/communication/nfc/services/src/
H A Dnfc_polling_manager.cpp203 void NfcPollingManager::SendTagToForeground(KITS::TagInfoParcelable* tagInfo) in SendTagToForeground() function in OHOS::NFC::NfcPollingManager
206 ErrorLog("SendTagToForeground: invalid foreground state"); in SendTagToForeground()
209 DebugLog("SendTagToForeground: OnTagDiscovered, tagInfo = %{public}s", tagInfo->ToString().c_str()); in SendTagToForeground()
/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_polling_manager_test.cpp257 * @tc.desc: Test NfcPollingManager SendTagToForeground.
266 nfcPollingManager.lock()->SendTagToForeground(tagInfo); in HWTEST_F()
/foundation/communication/nfc/services/src/tag/
H A Dtag_dispatcher.cpp187 nfcService_->GetNfcPollingManager().lock()->SendTagToForeground(tagInfo); in HandleTagFound()

Completed in 3 milliseconds