Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/services/dslm/
H A Ddslm_msg_utils.c49 DslmAddFieldIntToJson(head, FIELD_MESSAGE, MSG_TYPE_DSLM_CRED_RESPONSE); in GenerateSecInfoResponseJson()
52 DslmAddFieldIntToJson(body, FIELD_VERSION, (int32_t)GetCurrentVersion()); in GenerateSecInfoResponseJson()
53 DslmAddFieldIntToJson(body, FIELD_CRED_TYPE, cred->type); in GenerateSecInfoResponseJson()
97 DslmAddFieldIntToJson(head, FIELD_MESSAGE, MSG_TYPE_DSLM_CRED_REQUEST); in GenerateSecInfoRequestJson()
99 DslmAddFieldIntToJson(body, FIELD_VERSION, (int32_t)GetCurrentVersion()); in GenerateSecInfoRequestJson()
/ohos5.0/base/security/device_security_level/baselib/utils/include/
H A Dutils_json.h39 void DslmAddFieldIntToJson(DslmJsonHandle handle, const char *field, int32_t value);
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_json.c150 void DslmAddFieldIntToJson(DslmJsonHandle handle, const char *field, int32_t value) in DslmAddFieldIntToJson() function
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_baselib_utils_test.cpp365 DslmAddFieldIntToJson(nullptr, field, 0);