Home
last modified time | relevance | path

Searched refs:component_name_length (Results 1 – 11 of 11) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_pnp_client_command_unit_test.c477 USHORT component_name_length; in test_nx_azure_iot_hub_client_invalid_argument_fail() local
487 &component_name_length, in test_nx_azure_iot_hub_client_invalid_argument_fail()
496 &component_name_length, in test_nx_azure_iot_hub_client_invalid_argument_fail()
504 &component_name_length, in test_nx_azure_iot_hub_client_invalid_argument_fail()
513 &component_name_length, in test_nx_azure_iot_hub_client_invalid_argument_fail()
541 USHORT component_name_length; in test_nx_azure_iot_hub_client_command_success() local
555 &component_name_length, in test_nx_azure_iot_hub_client_command_success()
579 USHORT component_name_length; in test_nx_azure_iot_hub_client_component_command_success() local
593 &component_name_length, in test_nx_azure_iot_hub_client_component_command_success()
600 assert_memory_equal(component_name_ptr, g_test_component, component_name_length); in test_nx_azure_iot_hub_client_component_command_success()
[all …]
Dapi_unit_test.c63 USHORT component_name_length; variable
216 … (const UCHAR **)&component_name, &component_name_length, in api_no_model_id_test()
323 … &component_name_length), in api_no_model_id_test()
440 … (const UCHAR **)&component_name, &component_name_length, in api_model_id_test()
547 … &component_name_length), in api_model_id_test()
Dnx_azure_iot_pnp_client_properties_unit_test.c125 UINT component_name_length,
775 USHORT component_name_length; 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()
899 … NX_NULL, &component_name_length), in test_nx_azure_iot_hub_client_invalid_argument_fail()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client_properties.c20 USHORT component_name_length) in nx_azure_iot_hub_client_reported_properties_component_begin() argument
28 (component_name_length == 0)) in nx_azure_iot_hub_client_reported_properties_component_begin()
34 component_name = az_span_create((UCHAR *)component_name_ptr, (INT)component_name_length); in nx_azure_iot_hub_client_reported_properties_component_begin()
282 USHORT component_name_length = 0; in nx_azure_iot_hub_client_properties_component_process() local
337 … &component_name_ptr, &component_name_length, in nx_azure_iot_hub_client_properties_component_process()
342 if ((component_name_ptr) && (component_name_length) && in nx_azure_iot_hub_client_properties_component_process()
Dnx_azure_iot_hub_client_properties.h64 USHORT component_name_length);
Dnx_azure_iot_hub_client.h280 USHORT component_name_length);
432 USHORT component_name_length,
Dnx_azure_iot_hub_client.c91 USHORT component_name_length,
1013 USHORT component_name_length) in nx_azure_iot_hub_client_component_add() argument
1015 …client_component_add_internal(hub_client_ptr, component_name_ptr, component_name_length, NX_NULL, … in nx_azure_iot_hub_client_component_add()
1020 USHORT component_name_length, in nx_azure_iot_hub_client_component_add_internal() argument
1030 (component_name_length == NX_NULL)) in nx_azure_iot_hub_client_component_add_internal()
1050 az_span_create((UCHAR *)component_name_ptr, (INT)component_name_length); in nx_azure_iot_hub_client_component_add_internal()
1109 USHORT component_name_length, in nx_azure_iot_hub_client_telemetry_component_set() argument
1116 (component_name_length == 0)) in nx_azure_iot_hub_client_telemetry_component_set()
1125 … component_name_ptr, component_name_length, in nx_azure_iot_hub_client_telemetry_component_set()
Dnx_azure_iot_adu_agent.c99 USHORT component_name_length,
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client_properties.md12 USHORT component_name_length);
39 | component_name_length [in] | Length of `component_name_ptr`. |
Dazure_rtos_iot_hub_client.md306 USHORT component_name_length);
318 | component_name_length [in] | Length of the `component_name_ptr`. |
616 USHORT component_name_length,
629 | component_name_length [in] | Length of component name. |
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk_pnp.c536 USHORT component_name_length; in sample_command_action() local
557 … &component_name_ptr, &component_name_length, in sample_command_action()