| /NetX-Duo-v6.2.1/test/regression/interoperability_test/test_frame/ |
| D | tls_test_instance_create.c | 4 …NSTANCE** instance_ptr_ptr, CHAR* instance_name, InstanceTestEntryFunc test_entry, UINT delay, UIN… in tls_test_instance_create() argument 9 return_value_if_fail( NULL != test_entry, TLS_TEST_INVALID_POINTER); in tls_test_instance_create() 33 instance_ptr -> tls_test_entry = test_entry; in tls_test_instance_create()
|
| D | tls_test_frame.h | 82 …NSTANCE** instance_ptr_ptr, CHAR* instance_name, InstanceTestEntryFunc test_entry, UINT delay, UIN…
|
| /NetX-Duo-v6.2.1/test/regression/cloud_test/ |
| D | netx_cloud_module_register_deregister_test.c | 27 static void test_entry(ULONG thread_input); 45 tx_thread_create(&test_thread, "Test thread", test_entry, 0, in test_application_define() 55 void test_entry(ULONG thread_input) in test_entry() function
|
| D | netx_cloud_basic_test.c | 30 static void test_entry(ULONG thread_input); 48 tx_thread_create(&test_thread, "Test thread", test_entry, 0, in test_application_define() 58 void test_entry(ULONG thread_input) in test_entry() function
|
| D | netx_cloud_api_test.c | 25 static void test_entry(ULONG thread_input); 43 tx_thread_create(&test_thread, "Test thread", test_entry, 0, in test_application_define() 53 void test_entry(ULONG thread_input) in test_entry() function
|
| D | netx_cloud_module_event_test.c | 49 static void test_entry(ULONG thread_input); 67 tx_thread_create(&test_thread, "Test thread", test_entry, 0, in test_application_define() 77 void test_entry(ULONG thread_input) in test_entry() function
|
| /NetX-Duo-v6.2.1/test/regression/rtp_test/ |
| D | netx_rtp_api_test.c | 27 static void test_entry(ULONG thread_input); 44 tx_thread_create(&test_thread, "Test thread", test_entry, 0, in test_application_define() 54 void test_entry(ULONG thread_input) in test_entry() function
|
| /NetX-Duo-v6.2.1/test/regression/crypto_test/ |
| D | cryptotestcontrol.c | 71 VOID (*test_entry)(void *); member 257 while (test_control_tests[test_index].test_entry != NX_CRYPTO_NULL) in fork_child() 326 (test_control_tests[test_index].test_entry)(first_unused_memory); in tx_application_define() 417 while (test_control_tests[i].test_entry != NX_CRYPTO_NULL) in test_control_thread_entry() 421 (test_control_tests[i++].test_entry)(test_free_memory_ptr); in test_control_thread_entry()
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | main.c | 109 static void test_entry(void **state); 237 cmocka_unit_test(test_entry), in demo_helper_thread_entry() 252 static void test_entry(void **state) in test_entry() function
|
| /NetX-Duo-v6.2.1/test/regression/mqtt_test/ |
| D | netx_mqtt_testcontrol.c | 47 VOID (*test_entry)(void *); member 224 while (test_control_tests[i].test_entry != TX_NULL) in test_control_thread_entry() 228 (test_control_tests[i++].test_entry)(test_free_memory_ptr); in test_control_thread_entry()
|
| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | netx_https_testcontrol.c | 48 VOID (*test_entry)(void *); member 269 while (test_control_tests[i].test_entry != TX_NULL) in test_control_thread_entry() 273 (test_control_tests[i++].test_entry)(test_free_memory_ptr); in test_control_thread_entry()
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | netxtestcontrol.c | 76 VOID (*test_entry)(void *); member 545 while (test_control_tests[test_index].test_entry != TX_NULL) in fork_child() 614 (test_control_tests[test_index].test_entry)(first_unused_memory); in tx_application_define() 698 while (test_control_tests[i].test_entry != TX_NULL) in test_control_thread_entry() 702 (test_control_tests[i++].test_entry)(test_free_memory_ptr); in test_control_thread_entry()
|
| /NetX-Duo-v6.2.1/test/regression/rtsp_test/ |
| D | netx_rtsp_api_test.c | 32 static void test_entry(ULONG thread_input); 68 tx_thread_create(&test_thread, "Test thread", test_entry, 0, in test_application_define() 78 void test_entry(ULONG thread_input) in test_entry() function
|
| /NetX-Duo-v6.2.1/test/regression/test/ |
| D | netxtestcontrol.c | 86 VOID (*test_entry)(void *); member 2704 while (test_control_tests[test_index].test_entry != TX_NULL) in fork_child() 2776 (test_control_tests[test_index].test_entry)(first_unused_memory); in tx_application_define() 2870 while (test_control_tests[i].test_entry != TX_NULL) in test_control_thread_entry() 2874 (test_control_tests[i++].test_entry)(test_free_memory_ptr); in test_control_thread_entry()
|