Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Disodep_card_handler.cpp197 std::string rspApdu = ""; in MatchCity() local
204 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() local
261 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()