Home
last modified time | relevance | path

Searched refs:DM_UTILS_UINT32_STRLEN (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_msg_process.c405 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_event_post_reply()
459 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_property_desired_get_reply()
491 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_property_desired_delete_reply()
523 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_deviceinfo_update_reply()
554 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_deviceinfo_delete_reply()
585 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_dynamictsl_get_reply()
870 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_sub_register_reply()
904 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_proxy_product_register_reply()
939 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_sub_unregister_reply()
972 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_topo_add_reply()
[all …]
A Ddm_message.c943 DM_UTILS_UINT32_STRLEN * 3 + 1; in dm_msg_thing_deviceinfo_update_reply()
990 DM_UTILS_UINT32_STRLEN * 3 + 1; in dm_msg_thing_deviceinfo_delete_reply()
1108 DM_UTILS_UINT32_STRLEN + in dm_msg_ntp_response()
1519 ? DM_UTILS_UINT32_STRLEN in dm_msg_thing_sub_register_reply()
1555 char temp_id[DM_UTILS_UINT32_STRLEN] = { 0 }; in dm_msg_thing_proxy_product_register_reply_successes()
1657 char temp_id[DM_UTILS_UINT32_STRLEN] = { 0 }; in dm_msg_thing_proxy_product_register_reply_failures()
1824 DM_UTILS_UINT32_STRLEN * 3 + 1; in dm_msg_thing_sub_unregister_reply()
1875 DM_UTILS_UINT32_STRLEN * 3 + 1; in dm_msg_thing_topo_add_reply()
1927 DM_UTILS_UINT32_STRLEN * 3 + 1; in dm_msg_thing_topo_delete_reply()
2046 ? DM_UTILS_UINT32_STRLEN in dm_msg_combine_login_reply()
[all …]
A Ddm_utils.h9 #define DM_UTILS_UINT32_STRLEN (10) macro
A Ddm_cota.c72 DM_UTILS_UINT32_STRLEN + strlen(get_type) + strlen(sign) + in _dm_cota_send_new_config_to_user()
A Ddm_tsl_alink.c339 char size_str[DM_UTILS_UINT32_STRLEN] = { 0 }; in _dm_shw_array_parse()
364 if (lite_item.value_length > DM_UTILS_UINT32_STRLEN) { in _dm_shw_array_parse()
A Ddm_manager.c151 message_len = strlen(thing_created_fmt) + DM_UTILS_UINT32_STRLEN + 1; in _dm_mgr_legacy_thing_created()
618 message_len = strlen(fmt) + DM_UTILS_UINT32_STRLEN + 1; in dm_mgr_dev_initialized()

Completed in 18 milliseconds