Home
last modified time | relevance | path

Searched refs:FixedChannel (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfixed_channel.cc25 hci::AddressWithType FixedChannel::GetDevice() const { in GetDevice()
29 void FixedChannel::RegisterOnCloseCallback(os::Handler* user_handler, FixedChannel::OnCloseCallback… in RegisterOnCloseCallback()
34 void FixedChannel::Acquire() { in Acquire()
38 void FixedChannel::Release() { in Release()
43 FixedChannel::GetQueueUpEnd() const { in GetQueueUpEnd()
47 LinkOptions* FixedChannel::GetLinkOptions() { in GetLinkOptions()
Dfixed_channel.h41 class FixedChannel {
44 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel() function
Dfixed_channel_manager.h61 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>;
Dfacade.cc344 void on_connection_open(std::unique_ptr<FixedChannel> channel) { in on_connection_open()
418 std::unique_ptr<FixedChannel> channel_ = nullptr;
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfixed_channel.cc25 hci::Address FixedChannel::GetDevice() const { in GetDevice()
29 void FixedChannel::RegisterOnCloseCallback(os::Handler* user_handler, FixedChannel::OnCloseCallback… in RegisterOnCloseCallback()
34 void FixedChannel::Acquire() { in Acquire()
38 void FixedChannel::Release() { in Release()
43 FixedChannel::GetQueueUpEnd() const { in GetQueueUpEnd()
Dfixed_channel_mock.h32 class MockFixedChannel : public FixedChannel {
34 MockFixedChannel() : FixedChannel(nullptr, nullptr){}; in MockFixedChannel()
Dfixed_channel.h40 class FixedChannel {
43 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel() function
Dfixed_channel_manager.h63 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>;
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager_test.cc135 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F()
140 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
145 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
177 std::unique_ptr<FixedChannel> channel_3; in TEST_F()
178 …service_3, NotifyChannelCreation(_)).WillOnce([&channel_3](std::unique_ptr<FixedChannel> channel) { in TEST_F()
307 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F()
312 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
317 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
381 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F()
386 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
[all …]
Dfixed_channel_impl.h49 …virtual void RegisterOnCloseCallback(os::Handler* user_handler, FixedChannel::OnCloseCallback on_c…
101 FixedChannel::OnCloseCallback on_close_callback_{};
Dfixed_channel_service_impl_mock.h33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
Dfixed_channel_impl_mock.h33 … (os::Handler * user_handler, FixedChannel::OnCloseCallback on_close_callback), (override));
Dfixed_channel_service_impl.h38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation()
Dfixed_channel_impl.cc42 FixedChannel::OnCloseCallback on_close_callback) { in RegisterOnCloseCallback()
Dlink_manager.cc61 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in ConnectFixedChannelServices()
264 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in OnConnectSuccess()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager_test.cc132 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F()
137 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
142 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
182 std::unique_ptr<FixedChannel> channel_3; in TEST_F()
186 .WillOnce([&channel_3, &promise_3](std::unique_ptr<FixedChannel> channel) { in TEST_F()
330 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F()
335 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
340 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F()
426 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F()
431 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F()
[all …]
Dfixed_channel_impl.h54 …virtual void RegisterOnCloseCallback(os::Handler* user_handler, FixedChannel::OnCloseCallback on_c…
108 FixedChannel::OnCloseCallback on_close_callback_{};
Dfixed_channel_service_impl_mock.h33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
Dlink_manager.cc62 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in ConnectFixedChannelServices()
199 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in OnReadRemoteVersionInformationComplete()
Dfixed_channel_impl_mock.h32 … (os::Handler * user_handler, FixedChannel::OnCloseCallback on_close_callback), (override));
Dfixed_channel_service_impl.h38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation()
Dfixed_channel_impl.cc51 FixedChannel::OnCloseCallback on_close_callback) { in RegisterOnCloseCallback()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.h55 std::unique_ptr<l2cap::le::FixedChannel> channel_;
235 void OnConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel);
Dsecurity_manager_impl.cc500 std::unique_ptr<l2cap::le::FixedChannel>& channel = stored_chan->channel_; in OnSmpCommandLe()
583 void SecurityManagerImpl::OnConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel_param… in OnConnectionOpenLe()
/packages/modules/Bluetooth/system/gd/docs/testing/
Dgtest.md151 …virtual void RegisterOnCloseCallback(os::Handler* user_handler, FixedChannel::OnCloseCallback on_c…
195 … (os::Handler * user_handler, FixedChannel::OnCloseCallback on_close_callback), (override));

12