Searched refs:TOKEN_ID_TAG (Results 1 – 1 of 1) sorted by relevance
41 static const std::string TOKEN_ID_TAG = "TokenId"; variable146 if (jsonRes.find(TOKEN_ID_TAG) == jsonRes.end() || in ParseRecord()147 !jsonRes.at(TOKEN_ID_TAG).is_number()) { in ParseRecord()151 id = jsonRes.at(TOKEN_ID_TAG).get<uint32_t>(); in ParseRecord()237 recordJson[TOKEN_ID_TAG] = id; in SaveFirstUseRecord()