Home
last modified time | relevance | path

Searched refs:test_entry (Results 1 – 14 of 14) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/interoperability_test/test_frame/
Dtls_test_instance_create.c4 …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()
Dtls_test_frame.h82 …NSTANCE** instance_ptr_ptr, CHAR* instance_name, InstanceTestEntryFunc test_entry, UINT delay, UIN…
/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_module_register_deregister_test.c27 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
Dnetx_cloud_basic_test.c30 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
Dnetx_cloud_api_test.c25 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
Dnetx_cloud_module_event_test.c49 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/
Dnetx_rtp_api_test.c27 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/
Dcryptotestcontrol.c71 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/
Dmain.c109 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/
Dnetx_mqtt_testcontrol.c47 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/
Dnetx_https_testcontrol.c48 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/
Dnetxtestcontrol.c76 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/
Dnetx_rtsp_api_test.c32 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/
Dnetxtestcontrol.c86 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()