Home
last modified time | relevance | path

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

/ohos5.0/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, ParseBootevent… 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, (void *)paramName, BootEventParaListC… in BootEventParaFireByName()
462 …(BOOT_EVENT_PARAM_ITEM *)OH_ListFind(&bootEventList, (void *)eventName, BootEventParaListComparePr… in DoUnsetBootEventCmd()
510 return &bootEventList; in GetBootEventList()
[all …]