Home
last modified time | relevance | path

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

/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.cc57 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices()
217 fixed_channel_service.second->NotifyChannelCreation( in OnConnectSuccess()
Dsignalling_manager.cc358 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()
Dlink.h134 virtual void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> channel);
Dlink.cc257 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/
Dfixed_channel_service_impl_mock.h33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
Dlink_manager_test.cc132 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()
Dfixed_channel_service_impl.h38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation() function
Dlink_manager.cc59 fixed_channel_service.second->NotifyChannelCreation( in ConnectFixedChannelServices()
118 fixed_channel_service.second->NotifyChannelCreation( in OnLeConnectSuccess()
Ddynamic_channel_service_impl.h43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation() function
Dlink.h121 void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel);
Dsignalling_manager.cc262 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()
Dlink.cc230 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation() function in bluetooth::l2cap::le::internal::Link