Searched refs:component_name_ptr (Results 1 – 10 of 10) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | nx_azure_iot_pnp_client_command_unit_test.c | 476 const UCHAR *component_name_ptr; in test_nx_azure_iot_hub_client_invalid_argument_fail() local 486 &component_name_ptr, in test_nx_azure_iot_hub_client_invalid_argument_fail() 495 &component_name_ptr, in test_nx_azure_iot_hub_client_invalid_argument_fail() 503 &component_name_ptr, in test_nx_azure_iot_hub_client_invalid_argument_fail() 512 &component_name_ptr, in test_nx_azure_iot_hub_client_invalid_argument_fail() 540 const UCHAR *component_name_ptr; in test_nx_azure_iot_hub_client_command_success() local 554 &component_name_ptr, in test_nx_azure_iot_hub_client_command_success() 562 assert_int_equal(component_name_ptr, NX_NULL); in test_nx_azure_iot_hub_client_command_success() 578 const UCHAR *component_name_ptr; in test_nx_azure_iot_hub_client_component_command_success() local 592 &component_name_ptr, in test_nx_azure_iot_hub_client_component_command_success() [all …]
|
| D | nx_azure_iot_pnp_client_properties_unit_test.c | 124 const UCHAR *component_name_ptr,
|
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_hub_client_properties.c | 19 const UCHAR *component_name_ptr, in nx_azure_iot_hub_client_reported_properties_component_begin() argument 27 (component_name_ptr == NX_NULL) || 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() 281 const UCHAR *component_name_ptr = NX_NULL; 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()
|
| D | nx_azure_iot_hub_client_properties.h | 63 const UCHAR *component_name_ptr,
|
| D | nx_azure_iot_hub_client.h | 279 const UCHAR *component_name_ptr, 431 const UCHAR *component_name_ptr,
|
| D | nx_azure_iot_hub_client.c | 90 const UCHAR *component_name_ptr, 1012 const UCHAR *component_name_ptr, in nx_azure_iot_hub_client_component_add() argument 1015 …return(nx_azure_iot_hub_client_component_add_internal(hub_client_ptr, component_name_ptr, componen… in nx_azure_iot_hub_client_component_add() 1019 const UCHAR *component_name_ptr, in nx_azure_iot_hub_client_component_add_internal() argument 1029 (component_name_ptr == 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() 1108 const UCHAR *component_name_ptr, in nx_azure_iot_hub_client_telemetry_component_set() argument 1115 (component_name_ptr == NX_NULL) || 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()
|
| D | nx_azure_iot_adu_agent.c | 98 const UCHAR *component_name_ptr,
|
| /NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
| D | azure_rtos_iot_hub_client_properties.md | 11 const UCHAR *component_name_ptr, 38 | component_name_ptr [in] | A pointer to a component name. | 39 | component_name_length [in] | Length of `component_name_ptr`. | 298 … &component_name_ptr, &component_length)) == NX_AZURE_IOT_SUCCESS)
|
| D | azure_rtos_iot_hub_client.md | 305 const UCHAR *component_name_ptr, 317 | component_name_ptr [in] | A pointer to component, that is part of IoT hub model. | 318 | component_name_length [in] | Length of the `component_name_ptr`. | 615 const UCHAR *component_name_ptr, 628 | component_name_ptr [in] | A pointer to a component name. |
|
| /NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
| D | sample_azure_iot_embedded_sdk_pnp.c | 205 const UCHAR *component_name_ptr; in sample_parse_writable_temp_property() local 212 … &component_name_ptr, &component_length)) == NX_AZURE_IOT_SUCCESS) in sample_parse_writable_temp_property() 535 const UCHAR *component_name_ptr; in sample_command_action() local 557 … &component_name_ptr, &component_name_length, in sample_command_action()
|