Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_api_test.c63 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()
Dnetx_cloud_module_register_deregister_test.c65 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
Dnetx_cloud_basic_test.c70 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
Dnetx_cloud_module_event_test.c93 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
/NetX-Duo-v6.2.1/addons/cloud/
Dnx_cloud.h165 #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/
Dnx_azure_iot.c248 …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/
Dnxd_mqtt_client.c3258 …status = nx_cloud_create(&(client_ptr -> nxd_mqtt_client_cloud), "Cloud Helper", stack_ptr, stack_… in _nxd_mqtt_client_create()