Searched refs:rstElmt (Results 1 – 1 of 1) sorted by relevance
742 TrafficAlertElement_t *rstElmt = AlertElement->ResetElment[i]; in isThresholdUp() local743 if(rstElmt != NULL) in isThresholdUp()744 if(rstElmt->CurrentState == ALERT_WAIT_FOR_RESET) in isThresholdUp()746 rstElmt->CurrentState = ALERT_OFF; in isThresholdUp()747 rstElmt->EventCounter = 0; in isThresholdUp()748 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs; in isThresholdUp()812 TrafficAlertElement_t *rstElmt = AlertElement->ResetElment[i]; in isThresholdDown() local813 if(rstElmt != NULL) in isThresholdDown()814 if(rstElmt->CurrentState == ALERT_WAIT_FOR_RESET) in isThresholdDown()816 rstElmt->CurrentState = ALERT_OFF; in isThresholdDown()[all …]