Searched refs:GetCid (Results 1 – 15 of 15) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_allocator_test.cc | 70 Cid local_cid = channel->GetCid(); in TEST_F() 82 Cid local_cid = channel->GetCid(); in TEST_F()
|
D | channel_impl.h | 47 virtual Cid GetCid() const = 0;
|
D | channel_impl_mock.h | 35 MOCK_METHOD(Cid, GetCid, (), (const, override));
|
D | sender.cc | 34 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()), in Sender() 43 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()) { in Sender()
|
D | dynamic_channel_impl.h | 57 virtual Cid GetCid() const { in GetCid() function
|
D | sender_test.cc | 78 EXPECT_CALL(*mock_channel_, GetCid()).WillRepeatedly(Return(cid_)); in SetUp()
|
/system/bt/gd/l2cap/le/internal/ |
D | signalling_manager.cc | 254 …send_connection_response(signal_id, new_channel->GetCid(), local_mtu, local_mps, link_->GetInitial… in on_security_result_for_incoming() 257 data_pipeline_manager_->GetDataController(new_channel->GetCid())); in on_security_result_for_incoming() 293 data_pipeline_manager_->GetDataController(new_channel->GetCid())); in OnConnectionResponse() 346 LOG_WARN("Received credit for invalid cid %d", channel->GetCid()); in OnCredit() 350 data_pipeline_manager_->GetDataController(channel->GetCid())); in OnCredit() 421 OnCredit(credit_view.GetCid(), credit_view.GetCredits()); in on_incoming_packet()
|
D | fixed_channel_impl.h | 60 Cid GetCid() const override;
|
D | fixed_channel_impl.cc | 105 Cid FixedChannelImpl::GetCid() const { in GetCid() function in bluetooth::l2cap::le::internal::FixedChannelImpl
|
D | link.cc | 188 data_pipeline_manager_.AttachChannel(channel->GetCid(), channel, in AllocateDynamicChannel() 200 data_pipeline_manager_.AttachChannel(channel->GetCid(), channel, in AllocateReservedDynamicChannel()
|
/system/bt/gd/l2cap/classic/internal/ |
D | signalling_manager.cc | 226 new_channel->GetCid(), in on_security_result_for_incoming() 230 link_->SendInitialConfigRequestOrQueue(new_channel->GetCid()); in on_security_result_for_incoming() 351 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in OnConfigurationRequest() 427 auto& configuration_state = channel_configuration_[channel->GetCid()]; in negotiate_configuration() 458 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration() 468 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration() 528 auto& configuration_state = channel_configuration_[channel->GetCid()]; in OnConfigurationResponse() 592 auto& configuration_state = channel_configuration_[channel->GetCid()]; in OnDisconnectionRequest() 863 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in on_command_timeout()
|
D | fixed_channel_impl.h | 70 Cid GetCid() const { in GetCid() function
|
/system/bt/gd/l2cap/le/cert/ |
D | cert_le_l2cap.py | 187 cid = credit_view.GetCid()
|
/system/bt/gd/docs/testing/ |
D | gtest.md | 159 Cid GetCid() const;
|
/system/bt/gd/cert/ |
D | matchers.py | 523 return request.GetCid() == cid
|