Home
last modified time | relevance | path

Searched refs:aos_object (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/drivers/core/base/device/
A Dobject.c16 static void (*aos_object_attach_hook)(struct aos_object *object);
17 static void (*aos_object_detach_hook)(struct aos_object *object);
104 static void (*aos_object_attach_hook)(struct aos_object *object);
105 static void (*aos_object_detach_hook)(struct aos_object *object);
106 void (*aos_object_trytake_hook)(struct aos_object *object);
107 void (*aos_object_take_hook)(struct aos_object *object);
108 void (*aos_object_put_hook)(struct aos_object *object);
233 void aos_object_init(struct aos_object *object, in aos_object_init()
258 struct aos_object *obj; in aos_object_init()
260 obj = dlist_entry(node, struct aos_object, list); in aos_object_init()
[all …]
A Ddevice.c205 struct aos_object *object;
220 object = dlist_entry(node, struct aos_object, list);
/AliOS-Things-master/components/drivers/core/base/include/device/
A Dobject.h48 struct aos_object struct
60 typedef struct aos_object *aos_object_t; argument
73 void aos_object_init(struct aos_object *object,
A Daos_device.h98 struct aos_object parent; /**< inherit from aos_object */

Completed in 6 milliseconds