Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/services/dslm/
H A Ddslm_msg_utils.h31 #define FIELD_CRED_TYPE "type" macro
H A Ddslm_msg_utils.c53 DslmAddFieldIntToJson(body, FIELD_CRED_TYPE, cred->type); in GenerateSecInfoResponseJson()
222 uint32_t type = (uint32_t)DslmGetJsonFieldInt(handle, FIELD_CRED_TYPE); in ParseDeviceSecInfoResponse()