Searched refs:module_ptr (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/addons/cloud/ |
| D | nx_cloud.c | 468 UINT _nxe_cloud_module_register(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE *module_ptr, const CHAR *modul… in _nxe_cloud_module_register() argument 477 (module_ptr == NX_NULL) || (module_process == NX_NULL)) in _nxe_cloud_module_register() 492 …status = _nx_cloud_module_register(cloud_ptr, module_ptr, module_name, module_registered_event, mo… in _nxe_cloud_module_register() 547 UINT _nx_cloud_module_register(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE *module_ptr, const CHAR *module… in _nx_cloud_module_register() argument 562 if (current_module == module_ptr) in _nx_cloud_module_register() 573 module_ptr -> nx_cloud_module_name = module_name; in _nx_cloud_module_register() 574 module_ptr -> nx_cloud_module_registered_events = module_registered_event; in _nx_cloud_module_register() 575 module_ptr -> nx_cloud_module_process = module_process; in _nx_cloud_module_register() 576 module_ptr -> nx_cloud_module_context = module_context; in _nx_cloud_module_register() 577 module_ptr -> nx_cloud_ptr = cloud_ptr; in _nx_cloud_module_register() [all …]
|
| D | nx_cloud.h | 192 UINT nx_cloud_module_register(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr, const CHAR* module_… 194 UINT nx_cloud_module_deregister(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr); 206 UINT _nxe_cloud_module_register(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr, const CHAR* modul… 208 UINT _nx_cloud_module_register(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr, const CHAR* module… 210 UINT _nxe_cloud_module_deregister(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr); 211 UINT _nx_cloud_module_deregister(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr);
|
| /NetX-Duo-v6.2.1/test/regression/cloud_test/ |
| D | netx_cloud_module_event_test.c | 50 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… 242 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… in cloud_module_event_process() argument 245 NX_CLOUD_APP *cloud_app = (NX_CLOUD_APP*) module_ptr; in cloud_module_event_process()
|
| D | netx_cloud_module_register_deregister_test.c | 28 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… 208 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… in cloud_module_event_process() argument
|
| D | netx_cloud_basic_test.c | 31 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… 248 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… in cloud_module_event_process() argument
|
| D | netx_cloud_api_test.c | 26 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… 265 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… in cloud_module_event_process() argument
|