Searched refs:FIELD_CREDENTIAL_ID (Results 1 – 1 of 1) sorted by relevance
42 constexpr const char* FIELD_CREDENTIAL_ID = "credentialId"; variable66 if (!IsInt32(jsonObject, FIELD_CREDENTIAL_TYPE) || !IsString(jsonObject, FIELD_CREDENTIAL_ID) || in from_json()74 credentialData.credentialId = jsonObject[FIELD_CREDENTIAL_ID].get<std::string>(); in from_json()341 if (IsString(jsonObject, FIELD_CREDENTIAL_ID)) { in from_json()342 credentialDataInfo.credentailId = jsonObject[FIELD_CREDENTIAL_ID].get<std::string>(); in from_json()374 jsonObject[FIELD_CREDENTIAL_ID] = atoi(credentialDataInfo.credentailId.c_str()); in to_json()