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 | 79 EXPECT_CALL(*mock_channel_, GetCid()).WillRepeatedly(Return(cid_)); in SetUp()
|
/system/bt/gd/l2cap/le/internal/ |
D | signalling_manager.cc | 255 …send_connection_response(signal_id, new_channel->GetCid(), local_mtu, local_mps, link_->GetInitial… in on_security_result_for_incoming() 258 data_pipeline_manager_->GetDataController(new_channel->GetCid())); in on_security_result_for_incoming() 295 data_pipeline_manager_->GetDataController(new_channel->GetCid())); in OnConnectionResponse() 302 link_->NotifyChannelCreation(new_channel->GetCid(), std::move(user_channel)); in OnConnectionResponse() 350 LOG_WARN("Received credit for invalid cid %d", channel->GetCid()); in OnCredit() 354 data_pipeline_manager_->GetDataController(channel->GetCid())); in OnCredit() 427 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 | 209 data_pipeline_manager_.AttachChannel(channel->GetCid(), channel, in AllocateDynamicChannel() 221 data_pipeline_manager_.AttachChannel(channel->GetCid(), channel, in AllocateReservedDynamicChannel()
|
/system/bt/gd/l2cap/classic/internal/ |
D | signalling_manager.cc | 238 new_channel->GetCid(), in on_security_result_for_incoming() 242 link_->SendInitialConfigRequestOrQueue(new_channel->GetCid()); in on_security_result_for_incoming() 363 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in OnConfigurationRequest() 438 auto& configuration_state = channel_configuration_[channel->GetCid()]; in negotiate_configuration() 468 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration() 478 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration() 538 auto& configuration_state = channel_configuration_[channel->GetCid()]; in OnConfigurationResponse() 600 auto& configuration_state = channel_configuration_[channel->GetCid()]; in OnDisconnectionRequest() 907 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 | 637 return request.GetCid() == cid
|