Lines Matching refs:int_id
696 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_event_property_post_reply() local
705 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_thing_event_property_post_reply()
706 id = atoi(int_id); in dm_msg_thing_event_property_post_reply()
774 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_event_post_reply() local
782 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_thing_event_post_reply()
783 id = atoi(int_id); in dm_msg_thing_event_post_reply()
823 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_property_desired_get_reply() local
832 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_thing_property_desired_get_reply()
833 id = atoi(int_id); in dm_msg_thing_property_desired_get_reply()
871 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_property_desired_delete_reply() local
880 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_thing_property_desired_delete_reply()
881 id = atoi(int_id); in dm_msg_thing_property_desired_delete_reply()
920 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_deviceinfo_update_reply() local
929 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_thing_deviceinfo_update_reply()
930 id = atoi(int_id); in dm_msg_thing_deviceinfo_update_reply()
967 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_deviceinfo_delete_reply() local
976 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_thing_deviceinfo_delete_reply()
977 id = atoi(int_id); in dm_msg_thing_deviceinfo_delete_reply()
1012 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_dsltemplate_get_reply() local
1024 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_thing_dsltemplate_get_reply()
1025 id = atoi(int_id); in dm_msg_thing_dsltemplate_get_reply()
1049 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_dynamictsl_get_reply() local
1061 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_thing_dynamictsl_get_reply()
1062 id = atoi(int_id); in dm_msg_thing_dynamictsl_get_reply()
1797 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_sub_unregister_reply() local
1810 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_thing_sub_unregister_reply()
1811 id = atoi(int_id); in dm_msg_thing_sub_unregister_reply()
1846 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_topo_add_reply() local
1855 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_thing_topo_add_reply()
1856 id = atoi(int_id); in dm_msg_thing_topo_add_reply()
1898 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_topo_delete_reply() local
1907 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_thing_topo_delete_reply()
1908 id = atoi(int_id); in dm_msg_thing_topo_delete_reply()
1951 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_topo_get_reply() local
1961 memcpy(int_id, response->id.value, response->id.value_length); in dm_msg_topo_get_reply()
1962 id = atoi(int_id); in dm_msg_topo_get_reply()
3111 char int_id[DM_UTILS_UINT32_STRLEN + 1] = { 0 }; in dm_msg_thing_service_request() local
3124 memcpy(int_id, request->id.value, request->id.value_length); in dm_msg_thing_service_request()
3125 id = atoi(int_id); in dm_msg_thing_service_request()