Searched refs:BOOT_EVENT_PARA_PREFIX (Results 1 – 2 of 2) sorted by relevance
56 if (strncmp(item->paramName, BOOT_EVENT_PARA_PREFIX, BOOT_EVENT_PARA_PREFIX_LEN) != 0) { in BootEventParaListCompareProc()118 …if ((paramName == NULL) || (strncmp(paramName, BOOT_EVENT_PARA_PREFIX, BOOT_EVENT_PARA_PREFIX_LEN)… in AddServiceBootEvent()456 if ((argc < 1) || (argv[0] == NULL) || (strlen(argv[0]) <= strlen(BOOT_EVENT_PARA_PREFIX)) || in DoUnsetBootEventCmd()457 (strncmp(argv[0], BOOT_EVENT_PARA_PREFIX, strlen(BOOT_EVENT_PARA_PREFIX)) != 0)) { in DoUnsetBootEventCmd()460 const char *eventName = argv[0] + strlen(BOOT_EVENT_PARA_PREFIX); in DoUnsetBootEventCmd()
31 #define BOOT_EVENT_PARA_PREFIX "bootevent." macro