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.cc78 EXPECT_CALL(*mock_channel_, GetCid()).WillRepeatedly(Return(cid_)); in SetUp()
/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.cc254 …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()
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.cc188 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/
Dsignalling_manager.cc226 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()
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.py523 return request.GetCid() == cid