Searched refs:component_name (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_hub_client_properties.c | 23 az_span component_name; in nx_azure_iot_hub_client_reported_properties_component_begin() local 34 component_name = az_span_create((UCHAR *)component_name_ptr, (INT)component_name_length); 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() 169 az_span component_name; in nx_azure_iot_hub_client_properties_component_property_next_get_internal() local 187 component_name = az_span_create((UCHAR *)*component_name_pptr, (INT)*component_name_length_ptr); in nx_azure_iot_hub_client_properties_component_property_next_get_internal() 198 &component_name); in nx_azure_iot_hub_client_properties_component_property_next_get_internal() 209 *component_name_pptr = az_span_ptr(component_name); in nx_azure_iot_hub_client_properties_component_property_next_get_internal() 210 *component_name_length_ptr = (USHORT)az_span_size(component_name); in nx_azure_iot_hub_client_properties_component_property_next_get_internal() 216 …if ((az_span_is_content_equal(component_name, hub_client_ptr -> nx_azure_iot_hub_client_component_… in nx_azure_iot_hub_client_properties_component_property_next_get_internal()
|
| D | nx_azure_iot_hub_client.c | 3302 *component_name_pptr = (const UCHAR *)az_span_ptr(request.component_name); in nx_azure_iot_hub_client_command_message_receive() 3303 *component_name_length_ptr = (USHORT)az_span_size(request.component_name); in nx_azure_iot_hub_client_command_message_receive()
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | api_unit_test.c | 62 UCHAR *component_name; variable 216 … (const UCHAR **)&component_name, &component_name_length, in api_no_model_id_test() 322 … (const UCHAR **)&component_name, in api_no_model_id_test() 440 … (const UCHAR **)&component_name, &component_name_length, in api_model_id_test() 546 … (const UCHAR **)&component_name, in api_model_id_test() 563 az_span component_name) in __wrap_az_iot_hub_client_properties_builder_begin_component() argument
|
| D | nx_azure_iot_pnp_client_properties_unit_test.c | 774 const UCHAR *component_name; in test_nx_azure_iot_hub_client_invalid_argument_fail() local 871 … &component_name, &component_name_length), in test_nx_azure_iot_hub_client_invalid_argument_fail() 878 … &component_name, &component_name_length), in test_nx_azure_iot_hub_client_invalid_argument_fail() 885 … &component_name, &component_name_length), in test_nx_azure_iot_hub_client_invalid_argument_fail() 892 … &component_name, &component_name_length), in test_nx_azure_iot_hub_client_invalid_argument_fail() 906 … &component_name, NX_NULL), in test_nx_azure_iot_hub_client_invalid_argument_fail()
|
| D | nx_azure_iot_adu_agent_unit_test.c | 1032 const UCHAR *component_name; in test_nx_azure_iot_adu_agent_invalid_argument_fail() local
|
| /NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
| D | azure_rtos_iot_hub_client_properties.md | 20 "<component_name>": { 150 // "<component_name>": {
|