Searched refs:construct_c2d_packet (Results 1 – 2 of 2) 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() function 224 construct_c2d_packet(&packet_ptr, NX_NULL, 0, NX_NULL, 0); in empty_property_test() 331 …construct_c2d_packet(&packet_ptr, properties, property_count, message_payload, message_payload_len… 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() function 300 …construct_c2d_packet(&packet_ptr, &property, 1, message_payload, message_payload_length, packet_of… in property_payload_test() 370 construct_c2d_packet(&packet_ptr, NX_NULL, 0, message_payload, message_payload_length, 0); in callback_test() 475 construct_c2d_packet(&packet_ptr, NX_NULL, 0, message_payload, message_payload_length, 0); in wait_timeout_test() 496 construct_c2d_packet(&packet_ptr, NX_NULL, 0, message_payload, message_payload_length, 0); in no_receiver_test()
|