Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/bootevent/
H A Dbootevent.c146 static void AddInitBootEvent(const char *bootEventName) in AddInitBootEvent() argument
149 …found = (BOOT_EVENT_PARAM_ITEM *)OH_ListFind(&bootEventList, (void *)bootEventName, ParseBootevent… in AddInitBootEvent()
162 item->paramName = strdup(bootEventName); in AddInitBootEvent()