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 D | jsonutil.h | 21 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 D | jsonutil_test.h | 20 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 D | parsedata.c | 25 json_handle obj = NULL; in parse_header() 42 json_handle obj = parse_json(data); in parse_data()
|
H A D | auth_ack_response.c | 35 json_handle obj = parse_payload(payload, data_type); in parse_auth_ack_response()
|
H A D | pake_server_confirm.c | 35 json_handle obj = parse_payload(payload, data_type); in parse_pake_server_confirm()
|
H A D | inform_message.c | 31 json_handle obj = parse_payload(payload, data_type); in parse_inform_message()
|
H A D | auth_start_response.c | 35 json_handle obj = parse_payload(payload, data_type); in parse_auth_start_response()
|
H A D | exchange_response.c | 35 json_handle obj = parse_payload(payload, data_type); in parse_exchange_response()
|
H A D | rmv_auth_info_data.c | 34 json_handle obj = parse_payload(payload, data_type); in parse_rmv_auth_info_data()
|
H A D | exchange_auth_data.c | 35 json_handle obj = parse_payload(payload, data_type); in parse_exchange_data()
|
H A D | rmv_auth_info_request.c | 34 json_handle obj = parse_payload(payload, data_type); in parse_rmv_auth_info_request()
|
H A D | rmv_auth_info_response.c | 34 json_handle obj = parse_payload(payload, data_type); in parse_rmv_auth_info_response()
|
H A D | sec_clone_data.c | 46 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 D | jsonutil.c | 20 json_handle parse_json(const char *data) in parse_json() 30 void free_json(json_handle handle) in free_json()
|