Home
last modified time | relevance | path

Searched refs:OnTagDiscovered (Results 1 - 20 of 20) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dforeground_callback_stub.cpp50 void ForegroundCallbackStub::OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) in OnTagDiscovered() function in OHOS::NFC::TAG::ForegroundCallbackStub
54 callback_->OnTagDiscovered(tagInfo); in OnTagDiscovered()
109 OnTagDiscovered(tagInfo); in RemoteTagDiscovered()
H A Dreader_mode_callback_stub.cpp50 void ReaderModeCallbackStub::OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) in OnTagDiscovered() function in OHOS::NFC::TAG::ReaderModeCallbackStub
54 callback_->OnTagDiscovered(tagInfo); in OnTagDiscovered()
109 OnTagDiscovered(tagInfo); in RemoteTagDiscovered()
H A Dreader_mode_callback_stub.h40 void OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) override;
H A Dforeground_callback_stub.h40 void OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_native_impl.cpp63 void TagNativeImpl::OnTagDiscovered(uint32_t tagDiscId, std::shared_ptr<TagHost> tagHost) in OnTagDiscovered() function in OHOS::NFC::NCI::TagNativeImpl
69 tagListener_.lock()->OnTagDiscovered(tagDiscId); in OnTagDiscovered()
H A Dtag_nci_adapter_ntf.cpp675 TagNativeImpl::GetInstance().OnTagDiscovered(TagNciAdapterCommon::GetInstance().tagRfDiscIdList_[0], tagHost); in BuildTagInfo()
H A Dtag_nci_adapter.cpp1509 TagNativeImpl::GetInstance().OnTagDiscovered(tagRfDiscIdList_[0], tagHost); in BuildTagInfo()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Direader_mode_callback.h31 virtual void OnTagDiscovered(TagInfoParcelable* taginfo) = 0;
H A Diforeground_callback.h31 virtual void OnTagDiscovered(TagInfoParcelable* taginfo) = 0;
H A Dinci_tag_interface.h28 virtual void OnTagDiscovered(uint32_t tagDiscId) = 0;
/foundation/communication/nfc/services/src/ipc/tags/
H A Dforeground_callback_proxy.h32 void OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) override;
H A Dreader_mode_callback_proxy.h33 void OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) override;
H A Dforeground_callback_proxy.cpp26 void ForegroundCallbackProxy::OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) in OnTagDiscovered() function in OHOS::NFC::TAG::ForegroundCallbackProxy
H A Dreader_mode_callback_proxy.cpp26 void ReaderModeCallbackProxy::OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) in OnTagDiscovered() function in OHOS::NFC::TAG::ReaderModeCallbackProxy
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dtag_native_impl.h38 void OnTagDiscovered(uint32_t tagDiscId, std::shared_ptr<TagHost> tagHost);
/foundation/communication/nfc/services/src/
H A Dnfc_polling_manager.cpp209 DebugLog("SendTagToForeground: OnTagDiscovered, tagInfo = %{public}s", tagInfo->ToString().c_str()); in SendTagToForeground()
210 foregroundData_->callback_->OnTagDiscovered(tagInfo); in SendTagToForeground()
273 DebugLog("SendTagToReaderApp: OnTagDiscovered, tagInfo = %{public}s", tagInfo->ToString().c_str()); in SendTagToReaderApp()
274 readerModeData_->callback_->OnTagDiscovered(tagInfo); in SendTagToReaderApp()
H A Dnfc_service.cpp151 void NfcService::OnTagDiscovered(uint32_t tagDiscId) in OnTagDiscovered() function in OHOS::NFC::NfcService
153 InfoLog("NfcService::OnTagDiscovered tagDiscId %{public}d", tagDiscId); in OnTagDiscovered()
155 InfoLog("NfcService::OnTagDiscovered end"); in OnTagDiscovered()
/foundation/communication/nfc/services/include/
H A Dnfc_service.h52 void OnTagDiscovered(uint32_t tagDiscId) override;
/foundation/communication/nfc/test/fuzztest/services_test/tagsession_test/tagsession/tagsession_fuzzer/
H A Dtagsession_fuzzer.cpp38 void OnTagDiscovered(TagInfoParcelable* taginfo) override
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_foreground_dispatch.cpp289 void OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) override
475 void OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) override

Completed in 14 milliseconds