Home
last modified time | relevance | path

Searched refs:property_value (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dd2c_unit_test.c67 CHAR property_value[] = "property_value"; in demo_entry() local
172 … STRING_UNSIGNED_ARGS(property_value), in demo_entry()
179 … STRING_UNSIGNED_ARGS(property_value), in demo_entry()
195 … STRING_UNSIGNED_ARGS(property_value), in demo_entry()
205 … STRING_UNSIGNED_ARGS(property_value), in demo_entry()
214 … STRING_UNSIGNED_ARGS(property_value), in demo_entry()
226 … STRING_UNSIGNED_ARGS(property_value), in demo_entry()
237 … STRING_UNSIGNED_ARGS(property_value), in demo_entry()
Dc2d_property_unit_test.c73 static UCHAR property_value[MAXIMUM_PROPERTY_LENGTH]; variable
131 property_value[i] = (NX_RAND() % 26) + 'a'; in initialize_data()
249 PROPERTY property_random = {property_name, 0, property_value, 0}; in multiple_properties_test()
Dapi_unit_test.c56 UCHAR *property_value; variable
163 … (const UCHAR **)&property_value, &property_value_lenght), in api_no_model_id_test()
387 … (const UCHAR **)&property_value, &property_value_lenght), in api_model_id_test()
Dc2d_unit_test.c87 static UCHAR property_value[MAXIMUM_PROPERTY_LENGTH]; variable
165 property_value[i] = (NX_RAND() % 26) + 'a'; in initialize_data()
256 PROPERTY property = {property_name, 10, property_value, 10}; in property_payload_test()
Duser_agent_string_unit_test.c67 CHAR property_value[] = "property_value"; in demo_entry() local
Diot_provisioning_client_unit_test.c171 static UCHAR property_value[MAXIMUM_PROPERTY_BUFFER]; variable
173 … PROPERTY req_id_property = { "$rid", sizeof("$rid") - 1, property_value, sizeof(property_value) };
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.h456 … const UCHAR *property_value, USHORT property_value_length,
582 … USHORT property_name_length, const UCHAR **property_value,
Dnx_azure_iot_hub_client.c1138 … const UCHAR *property_value, USHORT property_value_length, in nx_azure_iot_hub_client_telemetry_property_add() argument
1145 (property_value == NX_NULL)) in nx_azure_iot_hub_client_telemetry_property_add()
1180 status = nx_packet_data_append(packet_ptr, (VOID *)property_value, (UINT)property_value_length, in nx_azure_iot_hub_client_telemetry_property_add()
1570 … USHORT property_name_length, const UCHAR **property_value, in nx_azure_iot_hub_client_cloud_message_property_get() argument
1584 property_value == NX_NULL || in nx_azure_iot_hub_client_cloud_message_property_get()
1633 *property_value = (UCHAR *)az_span_ptr(span); in nx_azure_iot_hub_client_cloud_message_property_get()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md656 … const UCHAR *property_value, USHORT property_value_length,
670 | property_value [in] | Pointer to property value. |
935 … const UCHAR **property_value, USHORT *property_value_length);
949 | property_value [out] | Pointer to memory that contains property value |