Lines Matching refs:notifyLink
262 List_Elem *notifyLink; in setNextThresholds() local
272 notifyLink = List_head(¬ificationList); in setNextThresholds()
274 while (notifyLink != NULL) { in setNextThresholds()
275 Temperature_NotifyObj* notifyObject = (Temperature_NotifyObj *)notifyLink; in setNextThresholds()
282 notifyLink = List_next(notifyLink); in setNextThresholds()
298 List_Elem *notifyLink = List_head(¬ificationList); in walkNotifyList() local
304 while (notifyLink != NULL) { in walkNotifyList()
305 Temperature_NotifyObj* notifyObject = (Temperature_NotifyObj *)notifyLink; in walkNotifyList()
312 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
327 List_remove(¬ificationList, notifyLink); in walkNotifyList()
336 notifyLink = notifyLinkNext; in walkNotifyList()