Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_basic_test.c18 static ULONG cloud_module_event_3 = 0; variable
103 …if ((cloud_module_event_1 != 1) || (cloud_module_event_2 != 0) || (cloud_module_event_3 != 0) || (… in test_entry()
120 …if ((cloud_module_event_1 != 2) || (cloud_module_event_2 != 1) || (cloud_module_event_3 != 0) || (… in test_entry()
137 …if ((cloud_module_event_1 != 3) || (cloud_module_event_2 != 2) || (cloud_module_event_3 != 1) || (… in test_entry()
154 …if ((cloud_module_event_1 != 4) || (cloud_module_event_2 != 3) || (cloud_module_event_3 != 2) || (… in test_entry()
171 …if ((cloud_module_event_1 != 4) || (cloud_module_event_2 != 4) || (cloud_module_event_3 != 3) || (… in test_entry()
188 …if ((cloud_module_event_1 != 4) || (cloud_module_event_2 != 4) || (cloud_module_event_3 != 4) || (… in test_entry()
205 …if ((cloud_module_event_1 != 4) || (cloud_module_event_2 != 4) || (cloud_module_event_3 != 4) || (… in test_entry()
268 cloud_module_event_3++; in cloud_module_event_process()