Searched refs:cardInfoList (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | isodep_card_handler.cpp | 68 cardInfoList[index].checkApdus.push_back(value->valuestring); in GetCheckApduFromJson() 90 cardInfoList[index].balanceApdus.push_back(value->valuestring); in GetBalanceApduFromJson() 97 TransportCardInfo *cardInfoList, size_t cardInfoListLen) in GetEachCardInfoFromJson() argument 111 cardInfoList[index].name = name->valuestring; in GetEachCardInfoFromJson() 117 cardInfoList[index].aid = aid->valuestring; in GetEachCardInfoFromJson() 120 if (!GetCheckApduFromJson(json, cardInfoEach, cardInfoList, index)) { in GetEachCardInfoFromJson() 125 if (!GetBalanceApduFromJson(json, cardInfoEach, cardInfoList, index)) { in GetEachCardInfoFromJson() 134 cardInfoList[index].rspContain = rspContains->valuestring; in GetEachCardInfoFromJson() 145 TransportCardInfo cardInfoList[MAX_CARD_INFO_VEC_LEN]; in DoJsonRead() local 161 …if (!GetEachCardInfoFromJson(json, cardInfo, cardInfoList, sizeof(cardInfoList) / sizeof(cardInfoL… in DoJsonRead() [all …]
|