Home
last modified time | relevance | path

Searched refs:on_open_callback_ (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/fuzz/
Dfuzz_dynamic_channel_manager_impl.h42 on_open_callback_ = std::move(on_open_callback); in ConnectChannel()
57 on_open_callback_ = std::move(on_open_callback); in RegisterService()
87 std::move(on_open_callback_)(std::move(channel)); in SetConnectionOnOpen() local
92 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback_{};
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Ddynamic_channel_manager.cc34 .on_open_callback_ = std::move(on_connection_open), in ConnectChannel()
/packages/modules/Bluetooth/system/gd/l2cap/le/
Ddynamic_channel_manager.cc33 .on_open_callback_ = std::move(on_connection_open), in ConnectChannel()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_test.cc120 .on_open_callback_ = handler_->BindOn(this, &L2capClassicLinkTest::OnOpen), in TEST_F()
Dlink.h66 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_; member
Dlink.cc289 pending_dynamic_channel_connection.on_open_callback_(std::move(user_channel)); in NotifyChannelCreation()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.h66 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_; member
Dlink.cc301 …common::BindOnce(std::move(pending_dynamic_channel_connection.on_open_callback_), std::move(user_c… in NotifyChannelCreation()