Lines Matching refs:found
117 ListNode *found = NULL; in AddServiceBootEvent() local
121 found = OH_ListFind(&bootEventList, (void *)paramName, ParseBooteventCompareProc); in AddServiceBootEvent()
122 if (found != NULL) { in AddServiceBootEvent()
148 BOOT_EVENT_PARAM_ITEM *found = NULL; in AddInitBootEvent() local
149 …found = (BOOT_EVENT_PARAM_ITEM *)OH_ListFind(&bootEventList, (void *)bootEventName, ParseBootevent… in AddInitBootEvent()
150 if (found != NULL) { in AddInitBootEvent()
151 (void)clock_gettime(CLOCK_MONOTONIC, &(found->timestamp[BOOTEVENT_READY])); in AddInitBootEvent()
322 BOOT_EVENT_PARAM_ITEM *found = NULL; in BootEventParaFireByName() local
330 …found = (BOOT_EVENT_PARAM_ITEM *)OH_ListFind(&bootEventList, (void *)paramName, BootEventParaListC… in BootEventParaFireByName()
331 if (found == NULL) { in BootEventParaFireByName()
336 if (found->timestamp[BOOTEVENT_READY].tv_sec > 0) { in BootEventParaFireByName()
340 &(found->timestamp[BOOTEVENT_READY])) == 0, 0); in BootEventParaFireByName()