Home
last modified time | relevance | path

Searched refs:iot_hub_client_core (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client_properties.c36 …ult = az_iot_hub_client_properties_writer_begin_component(&(hub_client_ptr -> iot_hub_client_core), in nx_azure_iot_hub_client_reported_properties_component_begin()
59 …esult = az_iot_hub_client_properties_writer_end_component(&(hub_client_ptr -> iot_hub_client_core), in nx_azure_iot_hub_client_reported_properties_component_end()
92 …az_iot_hub_client_properties_writer_begin_response_status(&(hub_client_ptr -> iot_hub_client_core), in nx_azure_iot_hub_client_reported_properties_status_begin()
117 …= az_iot_hub_client_properties_writer_end_response_status(&(hub_client_ptr -> iot_hub_client_core), in nx_azure_iot_hub_client_reported_properties_status_end()
148 …ult = az_iot_hub_client_properties_get_properties_version(&(hub_client_ptr -> iot_hub_client_core), in nx_azure_iot_hub_client_properties_version_get()
195 … az_iot_hub_client_properties_get_next_component_property(&(hub_client_ptr -> iot_hub_client_core), in nx_azure_iot_hub_client_properties_component_property_next_get_internal()
214 …for (index = 0; index < (UINT)hub_client_ptr -> iot_hub_client_core._internal.options.component_na… in nx_azure_iot_hub_client_properties_component_property_next_get_internal()
Dnx_azure_iot_hub_client.c192 core_result = az_iot_hub_client_init(&hub_client_ptr -> iot_hub_client_core, in nx_azure_iot_hub_client_initialize()
346 …hub_client_ptr -> iot_hub_client_core._internal.options.user_agent = AZ_SPAN_FROM_BUFFER(_nx_azure… in nx_azure_iot_hub_client_user_agent_update()
439 core_result = az_iot_hub_client_get_client_id(&(hub_client_ptr -> iot_hub_client_core), in nx_azure_iot_hub_client_connect()
459 core_result = az_iot_hub_client_get_user_name(&hub_client_ptr -> iot_hub_client_core, in nx_azure_iot_hub_client_connect()
1002 hub_client_ptr -> iot_hub_client_core._internal.options.model_id = in nx_azure_iot_hub_client_model_id_set()
1039 (UINT)hub_client_ptr -> iot_hub_client_core._internal.options.component_names_length; in nx_azure_iot_hub_client_component_add_internal()
1051 hub_client_ptr -> iot_hub_client_core._internal.options.component_names_length++; in nx_azure_iot_hub_client_component_add_internal()
1086 …re_result = az_iot_hub_client_telemetry_get_publish_topic(&(hub_client_ptr -> iot_hub_client_core), in nx_azure_iot_hub_client_telemetry_message_create()
1608 core_result = az_iot_hub_client_c2d_parse_received_topic(&hub_client_ptr -> iot_hub_client_core, in nx_azure_iot_hub_client_cloud_message_property_get()
2056 …= az_iot_hub_client_properties_get_reported_publish_topic(&(hub_client_ptr -> iot_hub_client_core), in nx_azure_iot_hub_client_reported_properties_create()
[all …]
Dnx_azure_iot_hub_client.h154 az_iot_hub_client iot_hub_client_core; member
Dnx_azure_iot_adu_agent.c155 if (!az_span_size(iothub_client_ptr -> iot_hub_client_core._internal.options.model_id)) in nx_azure_iot_adu_agent_start()
171 …for (i = 0; i < (UINT)iothub_client_ptr -> iot_hub_client_core._internal.options.component_names_l… in nx_azure_iot_adu_agent_start()
175 …if ((iothub_client_ptr -> iot_hub_client_core._internal.options.component_names[i]._internal.size … in nx_azure_iot_adu_agent_start()
176 …(!memcmp(iothub_client_ptr -> iot_hub_client_core._internal.options.component_names[i]._internal.p… in nx_azure_iot_adu_agent_start()
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Duser_agent_string_unit_test.c192 …for (index = 0; index < (iot_client.iot_hub_client_core._internal.options.user_agent._internal.siz… in interface_type_check()
196 …if ((*(iot_client.iot_hub_client_core._internal.options.user_agent._internal.ptr + index) == '%') … in interface_type_check()
197 …(*(iot_client.iot_hub_client_core._internal.options.user_agent._internal.ptr + index + 1) == '3') … in interface_type_check()
198 … (*(iot_client.iot_hub_client_core._internal.options.user_agent._internal.ptr + index + 2) == 'B')) in interface_type_check()
200 …type = *(iot_client.iot_hub_client_core._internal.options.user_agent._internal.ptr + index + 3) - … in interface_type_check()
Dnx_azure_iot_adu_agent_unit_test.c1756 iothub_client.iot_hub_client_core._internal.options.model_id = AZ_SPAN_EMPTY; in test_nx_azure_iot_adu_agent_start_fail_with_no_pnp()