Home
last modified time | relevance | path

Searched refs:APDU_RSP_OK_STR_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Disodep_card_handler.cpp217 if (response.length() < APDU_RSP_OK_STR_LEN) { in CheckApduResponse()
233 if (response.length() < APDU_RSP_OK_STR_LEN) { in CheckApduResponse()
238 …std::string rspStr = response.substr(response.length() - APDU_RSP_OK_STR_LEN, APDU_RSP_OK_STR_LEN); in CheckApduResponse()
/ohos5.0/foundation/communication/nfc/services/include/
H A Disodep_card_handler.h37 static const int APDU_RSP_OK_STR_LEN = 4; variable