Searched refs:DM_malloc (Results 1 – 14 of 14) sorted by relevance
63 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 …]
154 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 …]
31 *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()
77 #define DM_malloc(size) LITE_malloc(size, MEM_MAGIC, "dm") macro80 #define DM_malloc(size) HAL_Malloc(size) macro
44 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()
95 node = DM_malloc(sizeof(dm_ipc_msg_node_t)); in dm_ipc_msg_insert()
86 node = DM_malloc(sizeof(dm_msg_cache_node_t)); in dm_msg_cache_insert()
75 message = DM_malloc(message_len); in _dm_cota_send_new_config_to_user()
110 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()
456 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()
311 *data = DM_malloc(strlen("{}") + 1); in dm_msg_proc_thing_service_property_get()
956 *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()
14 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()
37 payload = DM_malloc(payload_len); in _dm_server_dev_notify()
Completed in 32 milliseconds