Home
last modified time | relevance | path

Searched refs:parse_payload (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
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 Dpake_response.c35 json_pobject obj = parse_payload(payload, data_type); in parse_pake_response()
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 Dparsedata.c93 void *parse_payload(const char *payload, enum json_object_data_type data_type) in parse_payload() function
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 Dadd_auth_info_data.c34 json_pobject obj = parse_payload(payload, data_type); in parse_add_auth_info_data()
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/inc/struct/
H A Dparsedata.h55 void *parse_payload(const char *payload, enum json_object_data_type data_type);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dhichain_pake_test.cpp249 void *ret = parse_payload(data_str.c_str(), JSON_OBJECT_DATA);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c959 json_pobject obj = parse_payload(payload, dataType); in ParseInformMessage()