Home
last modified time | relevance | path

Searched refs:writer_ptr (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_json_writer_unit_test.c56 static UINT generate_test_sample_json(NX_AZURE_IOT_JSON_WRITER *writer_ptr, UINT number_of_obj) in generate_test_sample_json() argument
60 if ((status = nx_azure_iot_json_writer_append_begin_array(writer_ptr))) in generate_test_sample_json()
67 if ((status = nx_azure_iot_json_writer_append_begin_object(writer_ptr))) in generate_test_sample_json()
72 if ((status = nx_azure_iot_json_writer_append_property_with_int32_value(writer_ptr, in generate_test_sample_json()
78 if ((status = nx_azure_iot_json_writer_append_property_with_double_value(writer_ptr, in generate_test_sample_json()
85 if ((status = nx_azure_iot_json_writer_append_property_with_string_value(writer_ptr, in generate_test_sample_json()
92 …if ((status = nx_azure_iot_json_writer_append_property_name(writer_ptr, STRING_UNSIGNED_ARGS("list… in generate_test_sample_json()
97 if ((status = nx_azure_iot_json_writer_append_begin_array(writer_ptr))) in generate_test_sample_json()
102 if ((status = nx_azure_iot_json_writer_append_int32(writer_ptr, 1))) in generate_test_sample_json()
107 …if ((status = nx_azure_iot_json_writer_append_double(writer_ptr, 1.0, DOUBLE_DECIMAL_PLACE_DIGITS)… in generate_test_sample_json()
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client_properties.c18 … NX_AZURE_IOT_JSON_WRITER *writer_ptr, in nx_azure_iot_hub_client_reported_properties_component_begin() argument
26 (writer_ptr == NX_NULL) || in nx_azure_iot_hub_client_reported_properties_component_begin()
37 … &(writer_ptr -> json_writer), component_name); in nx_azure_iot_hub_client_reported_properties_component_begin()
48 NX_AZURE_IOT_JSON_WRITER *writer_ptr) in nx_azure_iot_hub_client_reported_properties_component_end() argument
53 (writer_ptr == NX_NULL)) in nx_azure_iot_hub_client_reported_properties_component_end()
60 &(writer_ptr -> json_writer)); in nx_azure_iot_hub_client_reported_properties_component_end()
71 NX_AZURE_IOT_JSON_WRITER *writer_ptr, in nx_azure_iot_hub_client_reported_properties_status_begin() argument
81 (writer_ptr == NX_NULL) || in nx_azure_iot_hub_client_reported_properties_status_begin()
93 … &(writer_ptr -> json_writer), in nx_azure_iot_hub_client_reported_properties_status_begin()
106 NX_AZURE_IOT_JSON_WRITER *writer_ptr) in nx_azure_iot_hub_client_reported_properties_status_end() argument
[all …]
Dnx_azure_iot_hub_client_properties.h62 … NX_AZURE_IOT_JSON_WRITER *writer_ptr,
79 … NX_AZURE_IOT_JSON_WRITER *writer_ptr);
148 NX_AZURE_IOT_JSON_WRITER *writer_ptr,
166 NX_AZURE_IOT_JSON_WRITER *writer_ptr);
Dnx_azure_iot_json_writer.c18 NX_AZURE_IOT_JSON_WRITER *writer_ptr = (NX_AZURE_IOT_JSON_WRITER *)allocator_context -> user_contex… in nx_azure_iot_json_wirter_packet_allocator_cb() local
19 NX_PACKET *packet_ptr = writer_ptr -> packet_ptr; in nx_azure_iot_json_wirter_packet_allocator_cb()
25 &new_paket_ptr, 0, writer_ptr -> wait_option)) in nx_azure_iot_json_wirter_packet_allocator_cb()
46 NX_ASSERT((tail_packet_ptr -> nx_packet_data_start + writer_ptr -> nx_tail_packet_offset + in nx_azure_iot_json_wirter_packet_allocator_cb()
52 tail_packet_ptr -> nx_packet_data_start + writer_ptr -> nx_tail_packet_offset + in nx_azure_iot_json_wirter_packet_allocator_cb()
60 writer_ptr -> nx_tail_packet_offset = 0; in nx_azure_iot_json_wirter_packet_allocator_cb()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client_properties.md10 … NX_AZURE_IOT_JSON_WRITER *writer_ptr,
37 | writer_ptr [in] | A pointer to a #NX_AZURE_IOT_JSON_WRITER. |
63 … NX_AZURE_IOT_JSON_WRITER *writer_ptr);
81 | writer_ptr [in] | A pointer to a #NX_AZURE_IOT_JSON_WRITER. |
105 NX_AZURE_IOT_JSON_WRITER *writer_ptr,
172 | writer_ptr [in] | A pointer to a #NX_AZURE_IOT_JSON_WRITER. |
202 NX_AZURE_IOT_JSON_WRITER *writer_ptr);
218 | writer_ptr [in] | A pointer to a #NX_AZURE_IOT_JSON_WRITER. |