Searched refs:nx_cloud_create (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/cloud_test/ |
| D | netx_cloud_api_test.c | 63 status = nx_cloud_create(NX_NULL, "Cloud", cloud_stack, 2048, 3); in test_entry() 72 status = nx_cloud_create(&cloud, "Cloud", NX_NULL, 2048, 3); in test_entry() 81 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 0, 3); in test_entry() 90 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, TX_MAX_PRIORITIES); in test_entry() 99 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
|
| D | netx_cloud_module_register_deregister_test.c | 65 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
|
| D | netx_cloud_basic_test.c | 70 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
|
| D | netx_cloud_module_event_test.c | 93 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
|
| /NetX-Duo-v6.2.1/addons/cloud/ |
| D | nx_cloud.h | 165 #define nx_cloud_create _nx_cloud_create macro 176 #define nx_cloud_create _nxe_cloud_create macro 188 UINT nx_cloud_create(NX_CLOUD* cloud_ptr, const CHAR* cloud_name, VOID* memory_ptr, ULONG memory_si…
|
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot.c | 248 …status = nx_cloud_create(&nx_azure_iot_ptr -> nx_azure_iot_cloud, (CHAR *)name_ptr, stack_memory_p… in nx_azure_iot_create()
|
| /NetX-Duo-v6.2.1/addons/mqtt/ |
| D | nxd_mqtt_client.c | 3258 …status = nx_cloud_create(&(client_ptr -> nxd_mqtt_client_cloud), "Cloud Helper", stack_ptr, stack_… in _nxd_mqtt_client_create()
|