Home
last modified time | relevance | path

Searched refs:techPoll (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_nci_adapter_ntf.cpp513 std::string techPoll = ""; in GetTechPollForTypeB() local
522 techPoll = KITS::NfcSdkCommon::BytesVecToHexString( in GetTechPollForTypeB()
525 return techPoll; in GetTechPollForTypeB()
530 std::string techPoll = ""; in GetTechPollFromData() local
535 techPoll = KITS::NfcSdkCommon::BytesVecToHexString( in GetTechPollFromData()
538techPoll = GetTechPollForTypeB(nfcRfTechParams, TagNciAdapterCommon::GetInstance().tagTechList_[i]… in GetTechPollFromData()
555 techPoll = KITS::NfcSdkCommon::BytesVecToHexString(fTechPoll, F_POLL_LENGTH); in GetTechPollFromData()
558 techPoll = KITS::NfcSdkCommon::BytesVecToHexString(vTechPoll, I93_POLL_LENGTH); in GetTechPollFromData()
560 techPoll = ""; in GetTechPollFromData()
562 TagNciAdapterCommon::GetInstance().tagPollBytes_.push_back(techPoll); in GetTechPollFromData()
H A Dtag_nci_adapter.cpp1352 std::string techPoll = ""; in GetTechPollForTypeB() local
1361 techPoll = KITS::NfcSdkCommon::BytesVecToHexString( in GetTechPollForTypeB()
1364 return techPoll; in GetTechPollForTypeB()
1369 std::string techPoll = ""; in GetTechPollFromData() local
1374 techPoll = KITS::NfcSdkCommon::BytesVecToHexString( in GetTechPollFromData()
1377 techPoll = GetTechPollForTypeB(nfcRfTechParams, tagTechList_[i]); in GetTechPollFromData()
1394 techPoll = KITS::NfcSdkCommon::BytesVecToHexString(fTechPoll, F_POLL_LENGTH); in GetTechPollFromData()
1397 techPoll = KITS::NfcSdkCommon::BytesVecToHexString(vTechPoll, I93_POLL_LENGTH); in GetTechPollFromData()
1399 techPoll = ""; in GetTechPollFromData()
1401 tagPollBytes_.push_back(techPoll); in GetTechPollFromData()