Home
last modified time | relevance | path

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

/base/security/device_security_level/baselib/utils/src/
Dutils_json.c60 objValue = (cJSON *)GetJsonFieldJson(handle, field); in GetJsonFieldInt()
123 objValue = (cJSON *)GetJsonFieldJson(handle, field); in GetJsonFieldString()
135 JsonHandle GetJsonFieldJson(JsonHandle handle, const char *field) in GetJsonFieldJson() function
/base/security/device_security_level/baselib/utils/include/
Dutils_json.h34 JsonHandle GetJsonFieldJson(JsonHandle handle, const char *field);
/base/security/device_security_level/services/common/
Ddslm_msg_serialize.c79 payload = ConvertJsonToString(GetJsonFieldJson(handle, FIELD_PAYLOAD)); in ParseMessage()