Searched refs:GetDataFromJson (Results 1 – 1 of 1) sorted by relevance
/base/security/device_security_level/oem_property/common/ |
D | dslm_credential_utils.c | 467 static int32_t GetDataFromJson(JsonHandle json, const char *paramKey, char *dest, uint32_t destLen) in GetDataFromJson() function 501 (void)GetDataFromJson(json, CRED_KEY_TYPE, credInfo->releaseType, CRED_INFO_TYPE_LEN); in CredentialCbToDslmCredInfo() 502 (void)GetDataFromJson(json, CRED_KEY_MANUFACTURE, credInfo->manufacture, CRED_INFO_MANU_LEN); in CredentialCbToDslmCredInfo() 503 (void)GetDataFromJson(json, CRED_KEY_BRAND, credInfo->brand, CRED_INFO_BRAND_LEN); in CredentialCbToDslmCredInfo() 504 (void)GetDataFromJson(json, CRED_KEY_MODEL_NAME, credInfo->model, CRED_INFO_MODEL_LEN); in CredentialCbToDslmCredInfo() 505 (void)GetDataFromJson(json, CRED_KEY_CRED_VERSION, credInfo->version, CRED_INFO_VERSION_LEN); in CredentialCbToDslmCredInfo() 506 …(void)GetDataFromJson(json, CRED_KEY_OS_VERSION, credInfo->softwareVersion, CRED_INFO_SOFTVERSION_… in CredentialCbToDslmCredInfo() 507 (void)GetDataFromJson(json, CRED_KEY_UDID, credInfo->udid, CRED_INFO_UDID_LEN); in CredentialCbToDslmCredInfo() 508 (void)GetDataFromJson(json, CRED_KEY_SIGN_TIME, credInfo->signTime, CRED_INFO_SIGNTIME_LEN); in CredentialCbToDslmCredInfo() 509 …(void)GetDataFromJson(json, CRED_KEY_SECURITY_LEVEL, credInfo->securityLevel, CRED_INFO_LEVEL_LEN); in CredentialCbToDslmCredInfo()
|