Searched refs:newReason (Results 1 – 1 of 1) sorted by relevance
600 void Status::updateThrottle(const bool isThrottled, const uint8_t newReason) in updateThrottle() argument611 if ((newReason & throttleCause) == 0) in updateThrottle()614 newThrottleCause |= newReason; in updateThrottle()620 if ((newReason & throttleCause) != 0) in updateThrottle()623 newThrottleCause &= ~newReason; in updateThrottle()