Lines Matching defs:bootEventList
51 static ListNode bootEventList = {&bootEventList, &bootEventList};
87 OH_ListAddTail(&bootEventList, (ListNode *)&item->node);
121 found = OH_ListFind(&bootEventList, (void *)paramName, ParseBooteventCompareProc);
149 found = (BOOT_EVENT_PARAM_ITEM *)OH_ListFind(&bootEventList, (void *)bootEventName, ParseBooteventCompareProc);
167 OH_ListAddTail(&bootEventList, (ListNode *)&item->node);
256 OH_ListTraversal(&bootEventList, (void *)root, BootEventTraversal, 0);
301 OH_ListRemoveAll(&bootEventList, BootEventDestroy);
330 found = (BOOT_EVENT_PARAM_ITEM *)OH_ListFind(&bootEventList, (void *)paramName, BootEventParaListCompareProc);
462 (BOOT_EVENT_PARAM_ITEM *)OH_ListFind(&bootEventList, (void *)eventName, BootEventParaListCompareProc);
505 return &bootEventList;
538 OH_ListAddTail(&bootEventList, (ListNode *)&item->node);