Searched refs:module_event (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/cloud_test/ |
| D | netx_cloud_module_event_test.c | 36 static MODULE_EVENT module_event[3]; variable 143 module_event[module_id].nx_cloud_module_event_1 ++; in test_entry() 148 module_event[module_id].nx_cloud_module_event_2 ++; in test_entry() 153 module_event[module_id].nx_cloud_module_event_3 ++; in test_entry() 158 module_event[module_id].nx_cloud_module_event_4 ++; in test_entry() 165 … if ((cloud_module[j].nx_cloud_module_event_1 != module_event[j].nx_cloud_module_event_1) || in test_entry() 166 … (cloud_module[j].nx_cloud_module_event_2 != module_event[j].nx_cloud_module_event_2) || in test_entry() 167 … (cloud_module[j].nx_cloud_module_event_3 != module_event[j].nx_cloud_module_event_3) || in test_entry() 168 … (cloud_module[j].nx_cloud_module_event_4 != module_event[j].nx_cloud_module_event_4)) in test_entry() 192 if (cloud_module[0].nx_cloud_module_event_1 != module_event[0].nx_cloud_module_event_1) in test_entry()
|
| /NetX-Duo-v6.2.1/addons/cloud/ |
| D | nx_cloud.h | 192 …ster(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr, const CHAR* module_name, ULONG module_event, 206 …ster(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr, const CHAR* module_name, ULONG module_event, 208 …ster(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr, const CHAR* module_name, ULONG module_event,
|