Home
last modified time | relevance | path

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

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