Home
last modified time | relevance | path

Searched refs:GetCid (Results 1 – 15 of 15) sorted by relevance

/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator_test.cc70 Cid local_cid = channel->GetCid(); in TEST_F()
82 Cid local_cid = channel->GetCid(); in TEST_F()
Dchannel_impl.h47 virtual Cid GetCid() const = 0;
Dchannel_impl_mock.h35 MOCK_METHOD(Cid, GetCid, (), (const, override));
Dsender.cc34 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()), in Sender()
43 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()) { in Sender()
Ddynamic_channel_impl.h57 virtual Cid GetCid() const { in GetCid() function
Dsender_test.cc79 EXPECT_CALL(*mock_channel_, GetCid()).WillRepeatedly(Return(cid_)); in SetUp()
/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.cc255 …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()
Dfixed_channel_impl.h60 Cid GetCid() const override;
Dfixed_channel_impl.cc105 Cid FixedChannelImpl::GetCid() const { in GetCid() function in bluetooth::l2cap::le::internal::FixedChannelImpl
Dlink.cc209 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/
Dsignalling_manager.cc238 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()
Dfixed_channel_impl.h70 Cid GetCid() const { in GetCid() function
/system/bt/gd/l2cap/le/cert/
Dcert_le_l2cap.py187 cid = credit_view.GetCid()
/system/bt/gd/docs/testing/
Dgtest.md159 Cid GetCid() const;
/system/bt/gd/cert/
Dmatchers.py637 return request.GetCid() == cid