Home
last modified time | relevance | path

Searched defs:reader_ptr (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_json_reader.c15 static UINT nx_azure_iot_json_reader_translate_error_code(NX_AZURE_IOT_JSON_READER *reader_ptr, in nx_azure_iot_json_reader_translate_error_code()
36 UINT nx_azure_iot_json_reader_with_buffer_init(NX_AZURE_IOT_JSON_READER *reader_ptr, in nx_azure_iot_json_reader_with_buffer_init()
68 UINT nx_azure_iot_json_reader_init(NX_AZURE_IOT_JSON_READER *reader_ptr, in nx_azure_iot_json_reader_init()
118 UINT nx_azure_iot_json_reader_deinit(NX_AZURE_IOT_JSON_READER *reader_ptr) in nx_azure_iot_json_reader_deinit()
133 UINT nx_azure_iot_json_reader_token_is_text_equal(NX_AZURE_IOT_JSON_READER *reader_ptr, in nx_azure_iot_json_reader_token_is_text_equal()
147 UINT nx_azure_iot_json_reader_next_token(NX_AZURE_IOT_JSON_READER *reader_ptr) in nx_azure_iot_json_reader_next_token()
161 UINT nx_azure_iot_json_reader_skip_children(NX_AZURE_IOT_JSON_READER *reader_ptr) in nx_azure_iot_json_reader_skip_children()
175 UINT nx_azure_iot_json_reader_token_bool_get(NX_AZURE_IOT_JSON_READER *reader_ptr, in nx_azure_iot_json_reader_token_bool_get()
195 UINT nx_azure_iot_json_reader_token_uint32_get(NX_AZURE_IOT_JSON_READER *reader_ptr, in nx_azure_iot_json_reader_token_uint32_get()
211 UINT nx_azure_iot_json_reader_token_int32_get(NX_AZURE_IOT_JSON_READER *reader_ptr, in nx_azure_iot_json_reader_token_int32_get()
[all …]
Dnx_azure_iot_hub_client_properties.c129 NX_AZURE_IOT_JSON_READER *reader_ptr, in nx_azure_iot_hub_client_properties_version_get()
162NX_AZURE_IOT_JSON_READER *reader_ptr, in nx_azure_iot_hub_client_properties_component_property_next_get_internal()
249NX_AZURE_IOT_JSON_READER *reader_ptr, in nx_azure_iot_hub_client_properties_component_property_next_get()
280 NX_AZURE_IOT_JSON_READER reader_ptr; in nx_azure_iot_hub_client_properties_component_process() local
Dnx_azure_iot_adu_agent.c467 static UINT nx_azure_iot_adu_agent_component_properties_process(VOID *reader_ptr, in nx_azure_iot_adu_agent_component_properties_process()
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_json_reader_unit_test.c97 static UINT read_test_sample_json(NX_AZURE_IOT_JSON_READER *reader_ptr, UINT number_of_obj) in read_test_sample_json()
Dnx_azure_iot_pnp_client_properties_unit_test.c626 static VOID validate_json_reader(NX_AZURE_IOT_JSON_READER *reader_ptr, const CHAR *expected_json) in validate_json_reader()
1625 static UINT system_property_process(VOID *reader_ptr, in system_property_process()