Searched refs:kFirstFixedChannel (Results 1 – 7 of 7) sorted by relevance
66 Cid cid = kFirstFixedChannel; in TEST_F()71 Cid cid = kFirstFixedChannel; in TEST_F()
60 cid >= kFirstFixedChannel && cid <= kLastFixedChannel, "Cid {} out of bound", cid); in AllocateChannel()
27 constexpr Cid kFirstFixedChannel = 1; variable
36 cid_ >= kFirstFixedChannel && cid_ <= kLastFixedChannel, "Invalid cid: {}", cid_); in FixedChannelImpl()
33 if (cid < kFirstFixedChannel || cid > kLastFixedChannel || cid == kClassicSignallingCid) { in Register()
33 if (cid < kFirstFixedChannel || cid > kLastFixedChannel || cid == kLeSignallingCid) { in Register()
45 cid_ >= kFirstFixedChannel && cid_ <= kLastFixedChannel, "Invalid cid: {}", cid_); in FixedChannelImpl()