Home
last modified time | relevance | path

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

/ohos5.0/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 Dforeground_callback_stub.h40 void OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) override;
H A Dreader_mode_callback_stub.h40 void OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) override;
/ohos5.0/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… in BuildTagInfo()
H A Dtag_nci_adapter.cpp1509 TagNativeImpl::GetInstance().OnTagDiscovered(tagRfDiscIdList_[0], tagHost); in BuildTagInfo()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Diforeground_callback.h31 virtual void OnTagDiscovered(TagInfoParcelable* taginfo) = 0;
H A Direader_mode_callback.h31 virtual void OnTagDiscovered(TagInfoParcelable* taginfo) = 0;
H A Dinci_tag_interface.h28 virtual void OnTagDiscovered(uint32_t tagDiscId) = 0;
/ohos5.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
/ohos5.0/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);
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_polling_manager.cpp210 foregroundData_->callback_->OnTagDiscovered(tagInfo); in SendTagToForeground()
274 readerModeData_->callback_->OnTagDiscovered(tagInfo); in SendTagToReaderApp()
H A Dnfc_service.cpp155 void NfcService::OnTagDiscovered(uint32_t tagDiscId) in OnTagDiscovered() function in OHOS::NFC::NfcService
/ohos5.0/foundation/communication/nfc/services/include/
H A Dnfc_service.h52 void OnTagDiscovered(uint32_t tagDiscId) override;
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tagsession_test/tagsession/tagsession_fuzzer/
H A Dtagsession_fuzzer.cpp38 void OnTagDiscovered(TagInfoParcelable* taginfo) override in OnTagDiscovered() function in OHOS::IForegroundCallbackImpl
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_foreground_dispatch.cpp289 void OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) override in OnTagDiscovered() function in OHOS::NFC::KITS::ForegroundListenerEvent
475 void OnTagDiscovered(KITS::TagInfoParcelable* tagInfo) override in OnTagDiscovered() function in OHOS::NFC::KITS::ReaderModeListenerEvt