Home
last modified time | relevance | path

Searched refs:GetBlockIndexFromSector (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dmifare_classic_tag.cpp115 static_cast<unsigned char>(GetBlockIndexFromSector(sectorIndex))); in AuthenticateSector()
310 int MifareClassicTag::GetBlockIndexFromSector(int sectorIndex) const in GetBlockIndexFromSector() function in OHOS::NFC::KITS::MifareClassicTag
H A Dmifare_classic_tag.h168 int GetBlockIndexFromSector(int sectorIndex) const;
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dmifare_classic_tag_test.cpp287 int sectorCount = mifareClassic->GetBlockIndexFromSector(TEST_SECTOR_INDEX);
293 sectorCount = mifareClassic->GetBlockIndexFromSector(sectorCount);
363 int sectorCount = mifareClassic->GetBlockIndexFromSector(sectorIndex);
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/mifareclassictag/mifareclassictag_fuzzer/
H A Dmifareclassictag_fuzzer.cpp196 mifareClassisTag->GetBlockIndexFromSector(sectorIndex); in FuzzGetBlockIndexFromSector()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_mifare_classic.cpp215 int blockIndex = nfcMifareClassicTagPtr->GetBlockIndexFromSector(sectorIndex); in GetBlockIndex()