/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_service_impl_mock.h | 33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
|
D | link_manager_test.cc | 139 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 144 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F() 178 …EXPECT_CALL(mock_service_3, NotifyChannelCreation(_)).WillOnce([&channel_3](std::unique_ptr<FixedC… in TEST_F() 255 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)).Times(0); in TEST_F() 308 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 313 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F() 382 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 387 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F() 458 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 463 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F()
|
D | fixed_channel_service_impl.h | 38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation() function
|
D | dynamic_channel_service_impl.h | 43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation() function
|
D | link_manager.cc | 57 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices() 217 fixed_channel_service.second->NotifyChannelCreation( in OnConnectSuccess()
|
D | signalling_manager.cc | 358 link_->NotifyChannelCreation(cid, std::move(user_channel)); in OnConfigurationRequest() 360 …dynamic_service_manager_->GetService(channel->GetPsm())->NotifyChannelCreation(std::move(user_chan… in OnConfigurationRequest() 567 link_->NotifyChannelCreation(cid, std::move(user_channel)); in OnConfigurationResponse() 569 …dynamic_service_manager_->GetService(channel->GetPsm())->NotifyChannelCreation(std::move(user_chan… in OnConfigurationResponse()
|
D | link.h | 134 virtual void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> channel);
|
D | link.cc | 257 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() function in bluetooth::l2cap::classic::internal::Link
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_service_impl_mock.h | 33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
|
D | link_manager_test.cc | 132 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 137 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F() 174 EXPECT_CALL(mock_service_3, NotifyChannelCreation(_)) in TEST_F() 255 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)).Times(0); in TEST_F() 309 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 314 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F() 394 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 399 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F() 481 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 486 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F()
|
D | fixed_channel_service_impl.h | 38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation() function
|
D | link_manager.cc | 59 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices() 118 fixed_channel_service.second->NotifyChannelCreation( in OnLeConnectSuccess()
|
D | dynamic_channel_service_impl.h | 43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation() function
|
D | link.h | 121 void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel);
|
D | signalling_manager.cc | 262 dynamic_service_manager_->GetService(psm)->NotifyChannelCreation(std::move(user_channel)); in on_security_result_for_incoming() 298 …dynamic_service_manager_->GetService(command_just_sent_.psm_)->NotifyChannelCreation(std::move(use… in OnConnectionResponse()
|
D | link.cc | 230 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() function in bluetooth::l2cap::le::internal::Link
|