Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_message.c63 message = DM_malloc(message_len + 1); in dm_msg_send_msg_timeout_to_user()
260 payload = DM_malloc(payload_len); in dm_msg_request()
323 payload = DM_malloc(payload_len); in dm_msg_response()
399 message = DM_malloc(message_len); in dm_msg_thing_model_down_raw()
447 message = DM_malloc(message_len); in dm_msg_thing_model_up_raw_reply()
482 message = DM_malloc(message_len); in dm_msg_property_set()
510 message = DM_malloc(message_len); in dm_msg_thing_event_notify()
555 message = DM_malloc(message_len); in dm_msg_property_get()
2277 params = DM_malloc(params_len); in dm_msg_thing_sub_register()
2354 params = DM_malloc(params_len); in dm_msg_thing_proxy_product_register()
[all …]
A Ddm_tsl_alink.c154 complex_array->value = DM_malloc((complex_array->size) * (sizeof(int))); in _dm_shw_array_int_parse()
236 DM_malloc(strlen(temp) + 1); in _dm_shw_array_text_parse()
254 complex_array->value = DM_malloc((complex_array->size) * (sizeof(int))); in _dm_shw_array_enum_parse()
313 DM_malloc((complex_array->size) * (sizeof(dm_shw_data_t))); in _dm_shw_array_struct_parse()
350 complex_array = DM_malloc(sizeof(dm_shw_data_value_complex_t)); in _dm_shw_array_parse()
435 complex_struct = DM_malloc(sizeof(dm_shw_data_value_complex_t)); in _dm_shw_struct_parse()
446 DM_malloc((complex_struct->size) * (sizeof(dm_shw_data_t))); in _dm_shw_struct_parse()
582 DM_malloc(sizeof(dm_shw_data_t) * (lite_properties.size)); in _dm_shw_properties_parse()
657 DM_malloc((event->output_data_number) * (sizeof(dm_shw_data_t))); in _dm_shw_event_outputdatas_parse()
1017 DM_malloc(sizeof(dm_shw_service_t) * (lite_services.size)); in _dm_shw_services_parse()
[all …]
A Ddm_utils.c31 *output = DM_malloc(output_len); in dm_utils_copy()
146 *output = DM_malloc(strlen(temp_output) + 1); in dm_utils_itoa()
194 *output = DM_malloc(strlen(temp_output) + 1); in dm_utils_ftoa()
215 *output = DM_malloc(output_len + 1); in dm_utils_hex_to_str()
254 *output = DM_malloc(*output_len); in dm_utils_str_to_hex()
335 *service_name = DM_malloc(service_name_len); in dm_utils_service_name()
363 *new_uri = DM_malloc(new_uri_len); in dm_utils_uri_add_prefix()
A Diotx_dm_internal.h77 #define DM_malloc(size) LITE_malloc(size, MEM_MAGIC, "dm") macro
80 #define DM_malloc(size) HAL_Malloc(size) macro
A Ddm_fota.c44 message = DM_malloc(message_len); in _dm_fota_send_new_config_to_user()
219 version_str = DM_malloc(buffer_len + 1); in dm_fota_request_image()
A Ddm_ipc.c95 node = DM_malloc(sizeof(dm_ipc_msg_node_t)); in dm_ipc_msg_insert()
A Ddm_message_cache.c86 node = DM_malloc(sizeof(dm_msg_cache_node_t)); in dm_msg_cache_insert()
A Ddm_cota.c75 message = DM_malloc(message_len); in _dm_cota_send_new_config_to_user()
A Ddm_manager.c110 node = DM_malloc(sizeof(dm_mgr_dev_node_t)); in _dm_mgr_insert_dev()
152 message = DM_malloc(message_len); in _dm_mgr_legacy_thing_created()
279 node = DM_malloc(sizeof(dm_mgr_dev_node_t)); in dm_mgr_device_create()
619 message = DM_malloc(message_len); in dm_mgr_dev_initialized()
1444 service_name = DM_malloc(service_name_len); in dm_mgr_upstream_thing_event_post()
1710 service_name = DM_malloc(service_name_len); in dm_mgr_upstream_thing_service_response()
1815 service_name = DM_malloc(service_name_len); in dm_mgr_upstream_rrpc_response()
2534 service_name = DM_malloc(service_name_len); in dm_mgr_deprecated_upstream_thing_service_response()
A Ddm_api.c456 method = DM_malloc(method_len); in iotx_dm_post_event()
1196 dapi_property = DM_malloc(sizeof(dm_api_property_t)); in iotx_dm_deprecated_post_property_start()
A Ddm_msg_process.c311 *data = DM_malloc(strlen("{}") + 1); in dm_msg_proc_thing_service_property_get()
A Ddm_shadow.c956 *method = DM_malloc(service_method_len); in dm_shw_get_service_method()
990 *method = DM_malloc(event_method_len); in dm_shw_get_event_method()
/AliOS-Things-master/components/linkkit/dev_model/server/
A Ddm_server.c14 alcs_context = DM_malloc(sizeof(dm_server_alcs_context_t)); in _dm_server_malloc_context()
20 alcs_context->ip = DM_malloc(strlen((char *)remote->addr) + 1); in _dm_server_malloc_context()
33 alcs_context->token = DM_malloc(message->header.tokenlen); in _dm_server_malloc_context()
A Ddm_server_adapter.c37 payload = DM_malloc(payload_len); in _dm_server_dev_notify()

Completed in 32 milliseconds