Searched refs:DslmAddFieldIntToJson (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/device_security_level/services/dslm/ |
H A D | dslm_msg_utils.c | 49 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 D | utils_json.h | 39 void DslmAddFieldIntToJson(DslmJsonHandle handle, const char *field, int32_t value);
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_json.c | 150 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 D | dslm_baselib_utils_test.cpp | 365 DslmAddFieldIntToJson(nullptr, field, 0);
|