Home
last modified time | relevance | path

Searched defs:cardIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/unittest/services/isodep_card_handler_test/
H A Disodep_card_handler_test.cpp75 uint8_t cardIndex = 0; variable
90 uint8_t cardIndex = 0; variable
105 uint8_t cardIndex = 0; variable
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Disodep_card_handler.cpp174 bool IsodepCardHandler::IsSupportedTransportCard(uint32_t rfDiscId, uint8_t &cardIndex) in IsSupportedTransportCard()
193 bool IsodepCardHandler::MatchCity(uint32_t rfDiscId, uint8_t cardIndex) in MatchCity()
215 bool IsodepCardHandler::CheckApduResponse(const std::string &response, uint8_t cardIndex) in CheckApduResponse()
245 void IsodepCardHandler::GetBalance(uint32_t rfDiscId, uint8_t cardIndex, int &balance) in GetBalance()
293 void IsodepCardHandler::GetCardName(uint8_t cardIndex, std::string &cardName) in GetCardName()
H A Dtag_dispatcher.cpp314 uint8_t cardIndex = INVALID_CARD_INDEX; in PublishTagNotification() local
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/isodepcardhandler_test/isodepcardhandler/isodepcardhandler_fuzzer/
H A Disodepcardhandler_fuzzer.cpp48 uint8_t cardIndex = static_cast<uint8_t>(data[0]); in FuzzGetCardName() local