Lines Matching refs:int_id
405 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_event_post_reply() local
447 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_event_post_reply()
448 dm_msg_cache_remove(atoi(int_id)); 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() local
479 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_property_desired_get_reply()
480 dm_msg_cache_remove(atoi(int_id)); 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() local
511 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_property_desired_delete_reply()
512 dm_msg_cache_remove(atoi(int_id)); 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() local
543 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_deviceinfo_update_reply()
544 dm_msg_cache_remove(atoi(int_id)); 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() local
574 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_deviceinfo_delete_reply()
575 dm_msg_cache_remove(atoi(int_id)); 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() local
605 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_dynamictsl_get_reply()
606 dm_msg_cache_remove(atoi(int_id)); 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() local
892 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_sub_register_reply()
893 dm_msg_cache_remove(atoi(int_id)); 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() local
926 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_proxy_product_register_reply()
927 dm_msg_cache_remove(atoi(int_id)); 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() local
961 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_sub_unregister_reply()
962 dm_msg_cache_remove(atoi(int_id)); 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() local
994 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_topo_add_reply()
995 dm_msg_cache_remove(atoi(int_id)); in dm_msg_proc_thing_topo_add_reply()
1005 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_topo_delete_reply() local
1027 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_topo_delete_reply()
1028 dm_msg_cache_remove(atoi(int_id)); in dm_msg_proc_thing_topo_delete_reply()
1038 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_topo_get_reply() local
1060 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_topo_get_reply()
1061 dm_msg_cache_remove(atoi(int_id)); in dm_msg_proc_thing_topo_get_reply()
1071 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_thing_list_found_reply() local
1093 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_thing_list_found_reply()
1094 dm_msg_cache_remove(atoi(int_id)); in dm_msg_proc_thing_list_found_reply()
1104 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_combine_login_reply() local
1126 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_combine_login_reply()
1127 dm_msg_cache_remove(atoi(int_id)); in dm_msg_proc_combine_login_reply()
1137 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_proc_combine_logout_reply() local
1159 memcpy(int_id, response.id.value, response.id.value_length); in dm_msg_proc_combine_logout_reply()
1160 dm_msg_cache_remove(atoi(int_id)); in dm_msg_proc_combine_logout_reply()