Searched refs:property_value (Results 1 – 9 of 9) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | d2c_unit_test.c | 67 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()
|
| D | c2d_property_unit_test.c | 73 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()
|
| D | api_unit_test.c | 56 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()
|
| D | c2d_unit_test.c | 87 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()
|
| D | user_agent_string_unit_test.c | 67 CHAR property_value[] = "property_value"; in demo_entry() local
|
| D | iot_provisioning_client_unit_test.c | 171 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/ |
| D | nx_azure_iot_hub_client.h | 456 … const UCHAR *property_value, USHORT property_value_length, 582 … USHORT property_name_length, const UCHAR **property_value,
|
| D | nx_azure_iot_hub_client.c | 1138 … 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/ |
| D | azure_rtos_iot_hub_client.md | 656 … 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 |
|