Searched refs:CheckApduResponse (Results 1 – 2 of 2) sorted by relevance
206 if (!CheckApduResponse(rspApdu, cardIndex)) { in MatchCity()215 bool IsodepCardHandler::CheckApduResponse(const std::string &response, uint8_t cardIndex) in CheckApduResponse() function in OHOS::NFC::TAG::IsodepCardHandler222 return CheckApduResponse(response); in CheckApduResponse()231 bool IsodepCardHandler::CheckApduResponse(const std::string &response) in CheckApduResponse() function in OHOS::NFC::TAG::IsodepCardHandler263 if (CheckApduResponse(rspApdu)) { in GetBalance()
65 bool CheckApduResponse(const std::string &response, uint8_t cardIndex);66 bool CheckApduResponse(const std::string &response);