Searched refs:on_open_callback_ (Results 1 – 8 of 8) sorted by relevance
34 .on_open_callback_ = std::move(on_connection_open), in ConnectChannel()
33 .on_open_callback_ = std::move(on_connection_open), in ConnectChannel()
80 on_open_callback_ = std::move(on_open_callback); in ConnectChannel()95 on_open_callback_ = std::move(on_open_callback); in RegisterService()125 std::move(on_open_callback_).Invoke(std::move(channel)); in SetConnectionOnOpen()130 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback_{}; member in bluetooth::shim::__anon12bd56b70111::TestDynamicChannelManagerImpl
120 .on_open_callback_ = handler_->BindOn(this, &L2capClassicLinkTest::OnOpen), in TEST_F()
58 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_; member
261 pending_dynamic_channel_connection.on_open_callback_.Invoke(std::move(user_channel)); in NotifyChannelCreation()
59 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_; member
235 …common::BindOnce(std::move(pending_dynamic_channel_connection.on_open_callback_), std::move(user_c… in NotifyChannelCreation()