Searched refs:jsonPkInfo (Results 1 – 2 of 2) sorted by relevance
316 nlohmann::json jsonPkInfo; in GetCredentialData() local317 jsonPkInfo[FIELD_USER_ID] = userId; in GetCredentialData()318 jsonPkInfo[FIELD_DEVICE_ID] = deviceId; in GetCredentialData()319 jsonPkInfo[FIELD_CREDENTIAL_VERSION] = verSion; in GetCredentialData()320 jsonPkInfo[FIELD_DEVICE_PK] = devicePk; in GetCredentialData()321 jsonCreObj[FIELD_PKINFO] = jsonPkInfo; in GetCredentialData()352 nlohmann::json jsonPkInfo = jsonObject[FIELD_PKINFO]; in from_json() local353 credentialDataInfo.pkInfo = jsonPkInfo.dump(); in from_json()
1655 nlohmann::json jsonPkInfo; variable1658 jsonOutObj[FIELD_PKINFO] = jsonPkInfo.dump();