/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 | 136 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 141 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F() 185 EXPECT_CALL(mock_service_3, NotifyChannelCreation(_)) in TEST_F() 274 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)).Times(0); in TEST_F() 332 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 337 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F() 428 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 433 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F() 526 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F() 531 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 | 59 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices() 192 fixed_channel_service.second->NotifyChannelCreation( in OnReadRemoteVersionInformationComplete()
|
D | link.h | 133 void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel);
|
D | signalling_manager.cc | 264 dynamic_service_manager_->GetService(psm)->NotifyChannelCreation(std::move(user_channel)); in on_security_result_for_incoming() 302 link_->NotifyChannelCreation(new_channel->GetCid(), std::move(user_channel)); in OnConnectionResponse()
|
D | link.cc | 251 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() function in bluetooth::l2cap::le::internal::Link
|
/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 | 58 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices() 259 fixed_channel_service.second->NotifyChannelCreation( in OnConnectSuccess()
|
D | signalling_manager.cc | 370 link_->NotifyChannelCreation(cid, std::move(user_channel)); in OnConfigurationRequest() 372 …dynamic_service_manager_->GetService(channel->GetPsm())->NotifyChannelCreation(std::move(user_chan… in OnConfigurationRequest() 575 link_->NotifyChannelCreation(cid, std::move(user_channel)); in OnConfigurationResponse() 577 …dynamic_service_manager_->GetService(channel->GetPsm())->NotifyChannelCreation(std::move(user_chan… in OnConfigurationResponse()
|
D | link.h | 137 virtual void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> channel);
|
D | link.cc | 275 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() function in bluetooth::l2cap::classic::internal::Link
|