Searched refs:APDU_RSP_BALANCE_STR_LEN (Results 1 – 2 of 2) sorted by relevance
267 std::string balanceStr = rspApdu.substr(0, APDU_RSP_BALANCE_STR_LEN); in GetBalance()278 if (balanceStr.length() != APDU_RSP_BALANCE_STR_LEN) { in GetBalanceValue()
38 static const int APDU_RSP_BALANCE_STR_LEN = 8; variable