Home
last modified time | relevance | path

Searched refs:jsonPkInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp316 nlohmann::json jsonPkInfo; in GetCredentialData() local
317 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() local
353 credentialDataInfo.pkInfo = jsonPkInfo.dump(); in from_json()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_credential_manager.cpp1655 nlohmann::json jsonPkInfo; variable
1658 jsonOutObj[FIELD_PKINFO] = jsonPkInfo.dump();