Searched refs:rspApdu (Results 1 – 1 of 1) sorted by relevance
197 std::string rspApdu = ""; in MatchCity() local204 nciTagProxy_.lock()->Transceive(rfDiscId, checkCmdApdu, rspApdu); in MatchCity()205 InfoLog("rspApdu = %{public}s", rspApdu.c_str()); in MatchCity()206 if (!CheckApduResponse(rspApdu, cardIndex)) { in MatchCity()253 std::string rspApdu = ""; in GetBalance() local261 nciTagProxy_.lock()->Transceive(rfDiscId, getBalanceCmdApdu, rspApdu); in GetBalance()262 InfoLog("rspApdu = %{public}s", rspApdu.c_str()); in GetBalance()263 if (CheckApduResponse(rspApdu)) { in GetBalance()267 std::string balanceStr = rspApdu.substr(0, APDU_RSP_BALANCE_STR_LEN); in GetBalance()