Home
last modified time | relevance | path

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

/base/startup/init/services/modules/bootevent/
H A Dbootevent.c51 static ListNode bootEventList = {&bootEventList, &bootEventList}; variable
87 OH_ListAddTail(&bootEventList, (ListNode *)&item->node); in AddBootEventItem()
121 found = OH_ListFind(&bootEventList, (void *)paramName, ParseBooteventCompareProc); in AddServiceBootEvent()
149 found = (BOOT_EVENT_PARAM_ITEM *)OH_ListFind(&bootEventList, (void *)bootEventName, ParseBooteventCompareProc); in AddInitBootEvent()
167 OH_ListAddTail(&bootEventList, (ListNode *)&item->node); in AddInitBootEvent()
256 OH_ListTraversal(&bootEventList, (void *)root, BootEventTraversal, 0); in SaveServiceBootEvent()
301 OH_ListRemoveAll(&bootEventList, BootEventDestroy); in BootCompleteClearAll()
330 found = (BOOT_EVENT_PARAM_ITEM *)OH_ListFind(&bootEventList, (voi in BootEventParaFireByName()
[all...]

Completed in 1 milliseconds