Home
last modified time | relevance | path

Searched refs:NotifyChannelCreation (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager_test.cc139 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()
311 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
316 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F()
385 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
390 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F()
461 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
466 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F()
Dfixed_channel_service_impl_mock.h33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
Dfixed_channel_service_impl.h38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation() function
Ddynamic_channel_service_impl.h41 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation() function
Dlink_manager.cc60 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices()
263 fixed_channel_service.second->NotifyChannelCreation( in OnConnectSuccess()
Dsignalling_manager.cc381 link_->NotifyChannelCreation(cid, std::move(user_channel)); in OnConfigurationRequest()
383 …dynamic_service_manager_->GetService(channel->GetPsm())->NotifyChannelCreation(std::move(user_chan… in OnConfigurationRequest()
590 link_->NotifyChannelCreation(cid, std::move(user_channel)); in OnConfigurationResponse()
592 …dynamic_service_manager_->GetService(channel->GetPsm())->NotifyChannelCreation(std::move(user_chan… in OnConfigurationResponse()
Dlink.h143 virtual void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> channel);
Dlink.cc282 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() function in bluetooth::l2cap::classic::internal::Link
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager_test.cc136 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()
334 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
339 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F()
430 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
435 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F()
528 EXPECT_CALL(mock_service_1, NotifyChannelCreation(_)) in TEST_F()
533 EXPECT_CALL(mock_service_2, NotifyChannelCreation(_)) in TEST_F()
Dfixed_channel_service_impl_mock.h33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
Dlink_manager.cc61 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices()
198 fixed_channel_service.second->NotifyChannelCreation( in OnReadRemoteVersionInformationComplete()
Dfixed_channel_service_impl.h38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation() function
Ddynamic_channel_service_impl.h43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation() function
Dsignalling_manager.cc268 dynamic_service_manager_->GetService(psm)->NotifyChannelCreation(std::move(user_channel)); in on_security_result_for_incoming()
306 link_->NotifyChannelCreation(new_channel->GetCid(), std::move(user_channel)); in OnConnectionResponse()
Dlink.h147 void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel);
Dlink.cc293 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() function in bluetooth::l2cap::le::internal::Link