Lines Matching refs:ListNode
51 ListNode node;
57 static ListNode bootEventList = {&bootEventList, &bootEventList};
59 static int BootEventParaListCompareProc(ListNode *node, void *data) in BootEventParaListCompareProc()
68 static int ParseBooteventCompareProc(ListNode *node, void *data) in ParseBooteventCompareProc()
80 ListNode *found = NULL; in AddServiceBootEvent()
109 OH_ListAddTail(&bootEventList, (ListNode *)&item->node); in AddServiceBootEvent()
115 ListNode *found = NULL; in AddInitBootEvent()
137 OH_ListAddTail(&bootEventList, (ListNode *)&item->node); in AddInitBootEvent()
143 static void BootEventDestroy(ListNode *node) in BootEventDestroy()
164 static int BootEventTraversal(ListNode *node, void *root) in BootEventTraversal()
228 ListNode *found = NULL; in BootEventParaFireByName()
322 OH_ListAddTail(&bootEventList, (ListNode *)&item->node); in AddCmdBootEvent()