Home
last modified time | relevance | path

Searched refs:tagPollBytes_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_nci_adapter_common.cpp64 tagPollBytes_.clear(); in ~TagNciAdapterCommon()
101 tagPollBytes_.clear(); in ResetTag()
H A Dtag_host.cpp42 tagPollBytes_(std::move(tagPollBytes)), in TagHost()
60 tagPollBytes_.clear(); in ~TagHost()
307 std::string poll = tagPollBytes_[index]; in DoTargetTypeIso144433a()
319 std::string poll = tagPollBytes_[index]; in DoTargetTypeIso144433b()
362 std::string poll = tagPollBytes_[index]; in DoTargetTypeV()
382 std::string poll = tagPollBytes_[index]; in DoTargetTypeF()
H A Dtag_nci_adapter.cpp121 tagPollBytes_.clear(); in ~TagNciAdapter()
1401 tagPollBytes_.push_back(techPoll); in GetTechPollFromData()
1507 tagRfDiscIdList_, tagRfProtocols_, tagUid, tagPollBytes_, tagActivatedBytes_, in BuildTagInfo()
1525 tagPollBytes_.clear(); in ResetTag()
H A Dtag_nci_adapter_ntf.cpp562 TagNciAdapterCommon::GetInstance().tagPollBytes_.push_back(techPoll); in GetTechPollFromData()
672 TagNciAdapterCommon::GetInstance().tagPollBytes_, in BuildTagInfo()
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dtag_nci_adapter_common.h64 std::vector<std::string> tagPollBytes_ {};
H A Dtag_host.h128 std::vector<std::string> tagPollBytes_; variable
H A Dtag_nci_adapter.h212 std::vector<std::string> tagPollBytes_ {};