Home
last modified time | relevance | path

Searched refs:sys_dnode_t (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/ble_host/include/misc/
A Ddlist.h41 typedef struct _dnode sys_dnode_t; typedef
190 list->head = (sys_dnode_t *)list; in sys_dlist_init()
191 list->tail = (sys_dnode_t *)list; in sys_dlist_init()
292 sys_dnode_t *node) in sys_dlist_peek_next_no_check()
308 sys_dnode_t *node) in sys_dlist_peek_next()
380 sys_dnode_t *insert_point, sys_dnode_t *node) in sys_dlist_insert_after()
406 sys_dnode_t *insert_point, sys_dnode_t *node) in sys_dlist_insert_before()
436 int (*cond)(sys_dnode_t *, void *), void *data) in sys_dlist_insert_at() argument
441 sys_dnode_t *pos = sys_dlist_peek_head(list); in sys_dlist_insert_at()
479 sys_dnode_t *node; in sys_dlist_get()
[all …]
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_transport.c73 sys_dnode_t *p_node = NULL; in genie_transport_find_by_tid()
291 sys_dnode_t *p_node = NULL; in transport_remove_by_tid()
292 sys_dnode_t *p_node_safe = NULL; in transport_remove_by_tid()
477 sys_dnode_t *p_node = NULL; in retransmit_timer_cb()
478 sys_dnode_t *p_node_safe = NULL; in retransmit_timer_cb()
550 sys_dnode_t *p_node = NULL; in genie_transport_ack()
551 sys_dnode_t *p_node_safe = NULL; in genie_transport_ack()
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dpoll.c210 sys_dnode_t *event_next; in event_callback()
211 sys_dnode_t *event_next_save; in event_callback()
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/include/vendor/
A Dvendor_model.h70 sys_dnode_t node;
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_transport.h87 sys_dnode_t node;
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h92 sys_dnode_t _node;
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/vendor_model/
A Dvendor_model_cli.c173 sys_dnode_t *p_node = NULL; in _vendor_model_retry_timer_cb()
A Dvendor_model_srv.c173 sys_dnode_t *p_node = NULL; in _vendor_model_retry_timer_cb()

Completed in 12 milliseconds