Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/bootevent/
H A Dbootevent.c38 char bootEventOpen[6] = ""; // 6 is length of bool value in GetBootSwitchEnable() local
39 uint32_t len = sizeof(bootEventOpen); in GetBootSwitchEnable()
40 SystemReadParam(paramName, bootEventOpen, &len); in GetBootSwitchEnable()
41 if (strcmp(bootEventOpen, "true") == 0 || strcmp(bootEventOpen, "1") == 0) { in GetBootSwitchEnable()