Searched refs:MAX_ID (Results 1 – 2 of 2) sorted by relevance
42 if (type == GroupType::VOLUME_TYPE && currentVolumeId_ == MAX_ID) { in CheckId()44 } else if (type == GroupType::INTERRUPT_TYPE && currentInterruptId_ == MAX_ID) { in CheckId()
23 static const int32_t MAX_ID = 10000; variable