Searched refs:IsPsmUsed (Results 1 – 6 of 6) sorted by relevance
63 EXPECT_FALSE(channel_allocator_->IsPsmUsed(psm)); in TEST_F()71 EXPECT_TRUE(channel_allocator_->IsPsmUsed(psm)); in TEST_F()74 EXPECT_FALSE(channel_allocator_->IsPsmUsed(psm)); in TEST_F()84 EXPECT_TRUE(channel_allocator_->IsPsmUsed(psm)); in TEST_F()87 EXPECT_FALSE(channel_allocator_->IsPsmUsed(psm)); in TEST_F()
59 bool IsPsmUsed(Psm psm) const;
69 EXPECT_FALSE(channel_allocator_->IsPsmUsed(psm)); in TestPrecondition()
96 bool DynamicChannelAllocator::IsPsmUsed(Psm psm) const { in IsPsmUsed() function in bluetooth::l2cap::internal::DynamicChannelAllocator
152 if (dynamic_channel_allocator_.IsPsmUsed(psm)) { in SendConnectionRequest()
186 if (channel_allocator_->IsPsmUsed(psm)) { in OnConnectionRequest()