Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp37 constexpr const char* FIELD_PKINFO_SIGNATURE = "pkInfoSignature"; variable
67 !IsString(jsonObject, FIELD_SERVER_PK) || !IsString(jsonObject, FIELD_PKINFO_SIGNATURE) || in from_json()
76 credentialData.pkInfoSignature = jsonObject[FIELD_PKINFO_SIGNATURE].get<std::string>(); in from_json()
323 jsonCreObj[FIELD_PKINFO_SIGNATURE] = inputCreData.pkInfoSignature; in GetCredentialData()
348 if (IsString(jsonObject, FIELD_PKINFO_SIGNATURE)) { in from_json()
349 … credentialDataInfo.pkInfoSignature = jsonObject[FIELD_PKINFO_SIGNATURE].get<std::string>(); in from_json()
377 jsonObject[FIELD_PKINFO_SIGNATURE] = credentialDataInfo.pkInfoSignature; in to_json()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_credential_manager.cpp1648 jsonOutObj[FIELD_PKINFO_SIGNATURE] = 0;
1657 jsonOutObj[FIELD_PKINFO_SIGNATURE] = "pkInfoSignature";