Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_module_event_test.c18 NX_CLOUD_MODULE nx_cloud_module; member
103 …status = nx_cloud_module_register(&cloud, &cloud_module[0].nx_cloud_module, "Module 1", (NX_CLOUD_… in test_entry()
113 …status = nx_cloud_module_register(&cloud, &cloud_module[1].nx_cloud_module, "Module 2", NX_CLOUD_M… in test_entry()
123 …status = nx_cloud_module_register(&cloud, &cloud_module[2].nx_cloud_module, "Module 3", (NX_CLOUD_… in test_entry()
160 nx_cloud_module_event_set(&cloud_module[module_id].nx_cloud_module, module_own_events); in test_entry()
191 nx_cloud_module_event_clear(&cloud_module[0].nx_cloud_module, NX_CLOUD_MODULE_EVENT_1); in test_entry()
199 status = nx_cloud_module_deregister(&cloud, &cloud_module[2].nx_cloud_module); in test_entry()
209 status = nx_cloud_module_deregister(&cloud, &cloud_module[1].nx_cloud_module); in test_entry()
219 status = nx_cloud_module_deregister(&cloud, &cloud_module[0].nx_cloud_module); in test_entry()