Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dfixed_channel_service_impl_mock.h33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
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()
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()
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
Dlink_manager.cc59 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices()
192 fixed_channel_service.second->NotifyChannelCreation( in OnReadRemoteVersionInformationComplete()
Dlink.h133 void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel);
Dsignalling_manager.cc264 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()
Dlink.cc251 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/
Dfixed_channel_service_impl_mock.h33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
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()
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()
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
Dlink_manager.cc58 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices()
259 fixed_channel_service.second->NotifyChannelCreation( in OnConnectSuccess()
Dsignalling_manager.cc370 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()
Dlink.h137 virtual void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> channel);
Dlink.cc275 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() function in bluetooth::l2cap::classic::internal::Link