Searched refs:newReason (Results 1 – 1 of 1) sorted by relevance
572 void Status::updateThrottle(const bool isThrottled, const uint8_t newReason) in updateThrottle() argument583 if ((newReason & throttleCause) == 0) in updateThrottle()586 newThrottleCause |= newReason; in updateThrottle()592 if ((newReason & throttleCause) != 0) in updateThrottle()595 newThrottleCause &= ~newReason; in updateThrottle()