Home
last modified time | relevance | path

Searched refs:json_handle (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/json/
H A Djsonutil.h21 typedef void *json_handle; typedef
24 json_handle parse_json(const char *data);
25 void free_json(json_handle handle);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Djsonutil_test.h20 typedef void *json_handle; typedef
27 json_handle parse_json(const char *data);
28 void free_json(json_handle handle);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dparsedata.c25 json_handle obj = NULL; in parse_header()
42 json_handle obj = parse_json(data); in parse_data()
H A Dauth_ack_response.c35 json_handle obj = parse_payload(payload, data_type); in parse_auth_ack_response()
H A Dpake_server_confirm.c35 json_handle obj = parse_payload(payload, data_type); in parse_pake_server_confirm()
H A Dinform_message.c31 json_handle obj = parse_payload(payload, data_type); in parse_inform_message()
H A Dauth_start_response.c35 json_handle obj = parse_payload(payload, data_type); in parse_auth_start_response()
H A Dexchange_response.c35 json_handle obj = parse_payload(payload, data_type); in parse_exchange_response()
H A Drmv_auth_info_data.c34 json_handle obj = parse_payload(payload, data_type); in parse_rmv_auth_info_data()
H A Dexchange_auth_data.c35 json_handle obj = parse_payload(payload, data_type); in parse_exchange_data()
H A Drmv_auth_info_request.c34 json_handle obj = parse_payload(payload, data_type); in parse_rmv_auth_info_request()
H A Drmv_auth_info_response.c34 json_handle obj = parse_payload(payload, data_type); in parse_rmv_auth_info_response()
H A Dsec_clone_data.c46 json_handle obj = parse_payload(payload, data_type); in get_single_json_from_buff()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/json/
H A Djsonutil.c20 json_handle parse_json(const char *data) in parse_json()
30 void free_json(json_handle handle) in free_json()