Home
last modified time | relevance | path

Searched refs:get_json_obj (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/json/
H A Djsonutil.c37 json_pobject get_json_obj(json_pobject parent, const char *field) in get_json_obj() function
56 obj_value = (cJSON *)get_json_obj(obj, field); in get_json_int()
81 obj_value = (cJSON *)get_json_obj(obj, field); in get_json_string()
107 obj_value = (cJSON *)get_json_obj(obj, field); in get_json_bool()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/json/
H A Djsonutil.h27 json_pobject get_json_obj(json_pobject parent, const char *field);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dpake_response.c62 json_pobject obj_ver = get_json_obj(obj, FIELD_VERSION); in parse_pake_response()
H A Dauth_start_response.c72 json_pobject obj_ver = get_json_obj(obj, FIELD_VERSION); in parse_auth_start_response()
H A Dparsedata.c52 json_pobject obj_value = get_json_obj(obj, FIELD_PAYLOAD); in parse_data()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Djsonutil_test.h30 json_pobject get_json_obj(json_pobject parent, const char *field);