Searched refs:_dm_get_topic_level (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/linksdk/components/data-model/ |
A D | aiot_dm_api.c | 359 static int32_t _dm_get_topic_level(aiot_sysdep_portfile_t *sysdep, char *topic, uint32_t topic_len,… in _dm_get_topic_level() function 443 …if (_dm_get_topic_level(dm_handle->sysdep, msg->data.pub.topic, msg->data.pub.topic_len, 2, &recv.… in _dm_recv_generic_reply_handler() 444 …_dm_get_topic_level(dm_handle->sysdep, msg->data.pub.topic, msg->data.pub.topic_len, 3, &recv.devi… in _dm_recv_generic_reply_handler() 497 …if (_dm_get_topic_level(dm_handle->sysdep, msg->data.pub.topic, msg->data.pub.topic_len, 2, &recv.… in _dm_recv_property_set_handler() 498 …_dm_get_topic_level(dm_handle->sysdep, msg->data.pub.topic, msg->data.pub.topic_len, 3, &recv.devi… in _dm_recv_property_set_handler() 533 …if (_dm_get_topic_level(dm_handle->sysdep, msg->data.pub.topic, msg->data.pub.topic_len, 2, &recv.… in _dm_recv_async_service_invoke_handler() 534 …_dm_get_topic_level(dm_handle->sysdep, msg->data.pub.topic, msg->data.pub.topic_len, 3, &recv.devi… in _dm_recv_async_service_invoke_handler() 535 _dm_get_topic_level(dm_handle->sysdep, msg->data.pub.topic, msg->data.pub.topic_len, 6, in _dm_recv_async_service_invoke_handler() 574 _dm_get_topic_level(dm_handle->sysdep, msg->data.pub.topic, msg->data.pub.topic_len, 3, in _dm_recv_sync_service_invoke_handler() 576 _dm_get_topic_level(dm_handle->sysdep, msg->data.pub.topic, msg->data.pub.topic_len, 9, in _dm_recv_sync_service_invoke_handler() [all …]
|
Completed in 4 milliseconds