Searched refs:notifyLink (Results 1 – 3 of 3) sorted by relevance
181 List_Elem *notifyLink; in setNextThresholds() local191 notifyLink = List_head(¬ificationList); in setNextThresholds()193 while (notifyLink != NULL) in setNextThresholds()195 BatteryMonitor_NotifyObj *notifyObject = (BatteryMonitor_NotifyObj *)notifyLink; in setNextThresholds()200 notifyLink = List_next(notifyLink); in setNextThresholds()217 List_Elem *notifyLink = List_head(¬ificationList); in walkNotifyList() local222 while (notifyLink != NULL) in walkNotifyList()224 BatteryMonitor_NotifyObj *notifyObject = (BatteryMonitor_NotifyObj *)notifyLink; in walkNotifyList()231 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()246 List_remove(¬ificationList, notifyLink); in walkNotifyList()[all …]
262 List_Elem *notifyLink; in setNextThresholds() local272 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() local304 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()[all …]
216 List_Elem *notifyLink; in setNextThresholds() local226 notifyLink = List_head(¬ificationList); in setNextThresholds()228 while (notifyLink != NULL) in setNextThresholds()230 Temperature_NotifyObj *notifyObject = (Temperature_NotifyObj *)notifyLink; in setNextThresholds()235 notifyLink = List_next(notifyLink); in setNextThresholds()252 List_Elem *notifyLink = List_head(¬ificationList); in walkNotifyList() local258 while (notifyLink != NULL) in walkNotifyList()260 Temperature_NotifyObj *notifyObject = (Temperature_NotifyObj *)notifyLink; in walkNotifyList()267 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()282 List_remove(¬ificationList, notifyLink); in walkNotifyList()[all …]