Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp42 constexpr const char* FIELD_CREDENTIAL_ID = "credentialId"; variable
66 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()