Searched refs:GetBlockIndexFromSector (Results 1 – 5 of 5) sorted by relevance
115 static_cast<unsigned char>(GetBlockIndexFromSector(sectorIndex))); in AuthenticateSector()310 int MifareClassicTag::GetBlockIndexFromSector(int sectorIndex) const in GetBlockIndexFromSector() function in OHOS::NFC::KITS::MifareClassicTag
168 int GetBlockIndexFromSector(int sectorIndex) const;
287 int sectorCount = mifareClassic->GetBlockIndexFromSector(TEST_SECTOR_INDEX);293 sectorCount = mifareClassic->GetBlockIndexFromSector(sectorCount);363 int sectorCount = mifareClassic->GetBlockIndexFromSector(sectorIndex);
196 mifareClassisTag->GetBlockIndexFromSector(sectorIndex); in FuzzGetBlockIndexFromSector()
215 int blockIndex = nfcMifareClassicTagPtr->GetBlockIndexFromSector(sectorIndex); in GetBlockIndex()