Home
last modified time | relevance | path

Searched refs:IsSupportedTransportCard (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/include/
H A Disodep_card_handler.h59 bool IsSupportedTransportCard(uint32_t rfDiscId, uint8_t &cardIndex);
/ohos5.0/foundation/communication/nfc/test/unittest/services/isodep_card_handler_test/
H A Disodep_card_handler_test.cpp77 bool res = isodepCardHandler->IsSupportedTransportCard(rfDiscId, cardIndex);
/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() function in OHOS::NFC::TAG::IsodepCardHandler
H A Dtag_dispatcher.cpp318 if (isodepCardHandler_->IsSupportedTransportCard(tagDiscId, cardIndex)) { in PublishTagNotification()