Home
last modified time | relevance | path

Searched refs:sys_dlist_append (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ble_host/include/misc/
A Ddlist.h337 static inline void sys_dlist_append(sys_dlist_t *list, sys_dnode_t *node) in sys_dlist_append() function
409 sys_dlist_append(list, node); in sys_dlist_insert_before()
439 sys_dlist_append(list, node); in sys_dlist_insert_at()
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dpoll.c120 sys_dlist_append(events, &event->_node); in add_event()
247 sys_dlist_append(&event_cb_list, (sys_dnode_t *)&eventcb); in k_poll()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/vendor_model/
A Dvendor_model_cli.c152 sys_dlist_append(&g_vnd_msg_list, &p_msg_node->node); in _vendor_model_msg_list_append()
A Dvendor_model_srv.c152 sys_dlist_append(&g_vnd_msg_list, &p_msg_node->node); in _vendor_model_msg_list_append()
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_transport.c209 sys_dlist_append(&send_list, &p_msg_node->node); in genie_transport_append_mesg()

Completed in 7 milliseconds