Home
last modified time | relevance | path

Searched refs:HiviewHieventPayload (Results 1 - 2 of 2) sorted by relevance

/drivers/liteos/hievent/src/
H A Dhiview_hievent.c72 struct HiviewHieventPayload { struct
75 struct HiviewHieventPayload *next;
80 static struct HiviewHieventPayload *HiviewHieventPayloadCreate(void);
82 static void HiviewHieventPayloadDestroy(struct HiviewHieventPayload *p);
84 static struct HiviewHieventPayload *HiviewHieventGetPayload(struct HiviewHieventPayload *head,
88 struct HiviewHieventPayload *payload);
90 static struct HiviewHieventPayload *HiviewHieventPayloadCreate(void) in HiviewHieventPayloadCreate()
92 struct HiviewHieventPayload *payload = NULL; in HiviewHieventPayloadCreate()
95 sizeof(struct HiviewHieventPayload)); in HiviewHieventPayloadCreate()
[all...]
/drivers/liteos/hievent/include/
H A Dhiview_hievent.h44 struct HiviewHieventPayload *head;

Completed in 1 milliseconds