Home
last modified time | relevance | path

Searched defs:sectorIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/mifareclassictag/mifareclassictag_fuzzer/
H A Dmifareclassictag_fuzzer.cpp93 int sectorIndex = ConvertToUint32(data); in FuzzAuthenticateSector() local
183 int sectorIndex = static_cast<int>(data[0]); in FuzzGetBlockCountInSector() local
195 int sectorIndex = static_cast<int>(data[0]); in FuzzGetBlockIndexFromSector() local
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_mifare_classic.h50 int sectorIndex; member
H A Dnfc_napi_tag_mifare_classic.cpp86 int32_t sectorIndex; in GetBlockCountInSector() local
208 int32_t sectorIndex; in GetBlockIndex() local
249 int sectorIndex = nfcMifareClassicTagPtr->GetSectorIndexFromBlock(blockIndex); in GetSectorIndex() local
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dmifare_classic_tag_test.cpp322 int sectorIndex = MifareClassicTag::MC_ERROR_VALUE; variable
335 int sectorIndex = MifareClassicTag::MC_MAX_SECTOR_COUNT; variable
348 int sectorIndex = MifareClassicTag::MC_BLOCK_COUNT; variable
361 int sectorIndex = MifareClassicTag::MC_SECTOR_COUNT_OF_SIZE_2K; variable
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dmifare_classic_tag.cpp98 int MifareClassicTag::AuthenticateSector(int sectorIndex, const std::string& key, bool bIsKeyA) in AuthenticateSector()