Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc34 … PendingFixedChannelConnection pending_fixed_channel_connection) { in ConnectFixedChannelServices() argument
39 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in ConnectFixedChannelServices()
40 std::move(pending_fixed_channel_connection.on_fail_callback_), in ConnectFixedChannelServices()
64 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in ConnectFixedChannelServices()
65 std::move(pending_fixed_channel_connection.on_fail_callback_), in ConnectFixedChannelServices()
80 …->second.pending_fixed_channel_connections_.push_back(std::move(pending_fixed_channel_connection)); in ConnectFixedChannelServices()
148 …for (auto& pending_fixed_channel_connection : pending_link->second.pending_fixed_channel_connectio… in OnLeConnectFail() local
149 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in OnLeConnectFail()
150 std::move(pending_fixed_channel_connection.on_fail_callback_), in OnLeConnectFail()
Dlink_manager_test.cc113 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
116 …anager.ConnectFixedChannelServices(address_with_type, std::move(pending_fixed_channel_connection)); in TEST_F()
209 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
213 …anager.ConnectFixedChannelServices(address_with_type, std::move(pending_fixed_channel_connection)); in TEST_F()
246 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
250 …anager.ConnectFixedChannelServices(address_with_type, std::move(pending_fixed_channel_connection)); in TEST_F()
293 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
296 …anager.ConnectFixedChannelServices(address_with_type, std::move(pending_fixed_channel_connection)); in TEST_F()
375 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
378 …anager.ConnectFixedChannelServices(address_with_type, std::move(pending_fixed_channel_connection)); in TEST_F()
[all …]
Dlink_manager.h68 PendingFixedChannelConnection pending_fixed_channel_connection);
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc33 … PendingFixedChannelConnection pending_fixed_channel_connection) { in ConnectFixedChannelServices() argument
38 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in ConnectFixedChannelServices()
39 std::move(pending_fixed_channel_connection.on_fail_callback_), in ConnectFixedChannelServices()
66 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in ConnectFixedChannelServices()
67 std::move(pending_fixed_channel_connection.on_fail_callback_), in ConnectFixedChannelServices()
82 …->second.pending_fixed_channel_connections_.push_back(std::move(pending_fixed_channel_connection)); in ConnectFixedChannelServices()
191 …for (auto& pending_fixed_channel_connection : pending_link->second.pending_fixed_channel_connectio… in OnConnectFail() local
192 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in OnConnectFail()
193 std::move(pending_fixed_channel_connection.on_fail_callback_), in OnConnectFail()
Dlink_manager_test.cc115 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
118 …ssic_link_manager.ConnectFixedChannelServices(device, std::move(pending_fixed_channel_connection)); in TEST_F()
205 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
209 …ssic_link_manager.ConnectFixedChannelServices(device, std::move(pending_fixed_channel_connection)); in TEST_F()
241 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
245 …ssic_link_manager.ConnectFixedChannelServices(device, std::move(pending_fixed_channel_connection)); in TEST_F()
287 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
290 …ssic_link_manager.ConnectFixedChannelServices(device, std::move(pending_fixed_channel_connection)); in TEST_F()
370 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
373 …ssic_link_manager.ConnectFixedChannelServices(device, std::move(pending_fixed_channel_connection)); in TEST_F()
[all …]
Dlink_manager.h68 …annelServices(hci::Address device, PendingFixedChannelConnection pending_fixed_channel_connection);
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.cc28 internal::LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in ConnectServices() local
34 std::move(pending_fixed_channel_connection))); in ConnectServices()
/system/bt/gd/l2cap/le/
Dfixed_channel_manager.cc28 internal::LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in ConnectServices() local
34 std::move(pending_fixed_channel_connection))); in ConnectServices()