Searched refs:property_count (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | c2d_property_unit_test.c | 60 static VOID construct_c2d_packet(NX_PACKET **packet_pptr, PROPERTY *properties, UINT property_count, 140 static VOID construct_c2d_packet(NX_PACKET **packet_pptr, PROPERTY *properties, UINT property_count, in construct_c2d_packet() argument 152 for (i = 0; i < property_count; i++) in construct_c2d_packet() 157 if (property_count) in construct_c2d_packet() 181 for (i = 0; i < property_count; i++) in construct_c2d_packet() 252 UINT property_count; in multiple_properties_test() local 302 property_count = 1; in multiple_properties_test() 309 property_count = 3; in multiple_properties_test() 331 …construct_c2d_packet(&packet_ptr, properties, property_count, message_payload, message_payload_len… in multiple_properties_test() 340 for (l = 0; l < property_count; l++) in multiple_properties_test()
|
| D | c2d_unit_test.c | 72 static VOID construct_c2d_packet(NX_PACKET **packet_pptr, PROPERTY *properties, UINT property_count, 174 static VOID construct_c2d_packet(NX_PACKET **packet_pptr, PROPERTY *properties, UINT property_count, in construct_c2d_packet() argument 186 for (i = 0; i < property_count; i++) in construct_c2d_packet() 191 if (property_count) in construct_c2d_packet() 215 for (i = 0; i < property_count; i++) in construct_c2d_packet()
|
| D | iot_provisioning_client_unit_test.c | 392 PROPERTY *properties, UINT property_count, in construct_provisioning_service_response() argument 404 for (i = 0; i < property_count; i++) in construct_provisioning_service_response() 409 if (property_count) in construct_provisioning_service_response() 433 for (i = 0; i < property_count; i++) in construct_provisioning_service_response()
|