Searched refs:PWS_FIRST_ID (Results 1 – 2 of 2) sorted by relevance
32 const uint16_t PWS_FIRST_ID = 0x1100; variable116 cbCodec->cbHeader_->msgId = PWS_FIRST_ID;
39 static constexpr uint16_t PWS_FIRST_ID = 0x1100; variable441 if (cbHeader_->msgId >= PWS_FIRST_ID && cbHeader_->msgId <= PWS_LAST_ID) { in GetPriority()