Searched refs:CurrentTime (Results 1 – 1 of 1) sorted by relevance
73 static TI_BOOL isThresholdDown(TrafficAlertElement_t *AlertElement,TI_UINT32 CurrentTime);74 static TI_BOOL isThresholdUp(TrafficAlertElement_t *AlertElement , TI_UINT32 CurrentTime);718 static TI_BOOL isThresholdUp(TrafficAlertElement_t *AlertElement , TI_UINT32 CurrentTime) in isThresholdUp() argument722 if (AlertElement->TimeOut < CurrentTime) in isThresholdUp()725 AlertElement->TimeOut = CurrentTime + AlertElement->TimeIntervalMs; in isThresholdUp()732 AlertElement->TimeOut = CurrentTime + AlertElement->TimeIntervalMs; in isThresholdUp()748 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs; in isThresholdUp()789 static TI_BOOL isThresholdDown(TrafficAlertElement_t *AlertElement , TI_UINT32 CurrentTime) in isThresholdDown() argument797 if (AlertElement->TimeOut <= CurrentTime) in isThresholdDown()818 rstElmt->TimeOut = CurrentTime + rstElmt->TimeIntervalMs; in isThresholdDown()[all …]