Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/le/internal/
H A 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()
65 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in ConnectFixedChannelServices()
66 std::move(pending_fixed_channel_connection.on_fail_callback_), in ConnectFixedChannelServices()
81 …->second.pending_fixed_channel_connections_.push_back(std::move(pending_fixed_channel_connection)); in ConnectFixedChannelServices()
138 …for (auto& pending_fixed_channel_connection : pending_link->second.pending_fixed_channel_connectio… in OnLeConnectFail() local
139 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in OnLeConnectFail()
140 std::move(pending_fixed_channel_connection.on_fail_callback_), in OnLeConnectFail()
H A Dlink_manager_test.cc120 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
123 …anager.ConnectFixedChannelServices(address_with_type, std::move(pending_fixed_channel_connection)); in TEST_F()
228 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
232 …anager.ConnectFixedChannelServices(address_with_type, std::move(pending_fixed_channel_connection)); in TEST_F()
267 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
271 …anager.ConnectFixedChannelServices(address_with_type, std::move(pending_fixed_channel_connection)); in TEST_F()
315 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
318 …anager.ConnectFixedChannelServices(address_with_type, std::move(pending_fixed_channel_connection)); in TEST_F()
411 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
414 …anager.ConnectFixedChannelServices(address_with_type, std::move(pending_fixed_channel_connection)); in TEST_F()
[all …]
H A Dlink_manager.h78 PendingFixedChannelConnection pending_fixed_channel_connection);
/aosp12/system/bt/gd/l2cap/classic/internal/
H A 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()
307 …for (auto& pending_fixed_channel_connection : pending_link->second.pending_fixed_channel_connectio… in OnConnectFail() local
308 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in OnConnectFail()
309 std::move(pending_fixed_channel_connection.on_fail_callback_), in OnConnectFail()
H A Dlink_manager_test.cc125 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
128 …ssic_link_manager.ConnectFixedChannelServices(device, std::move(pending_fixed_channel_connection)); in TEST_F()
212 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
216 …ssic_link_manager.ConnectFixedChannelServices(device, std::move(pending_fixed_channel_connection)); in TEST_F()
248 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
252 …ssic_link_manager.ConnectFixedChannelServices(device, std::move(pending_fixed_channel_connection)); in TEST_F()
294 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
297 …ssic_link_manager.ConnectFixedChannelServices(device, std::move(pending_fixed_channel_connection)); in TEST_F()
368 LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in TEST_F() local
371 …ssic_link_manager.ConnectFixedChannelServices(device, std::move(pending_fixed_channel_connection)); in TEST_F()
[all …]
H A Dlink_manager.h98 …annelServices(hci::Address device, PendingFixedChannelConnection pending_fixed_channel_connection);
/aosp12/system/bt/gd/l2cap/classic/
H A Dfixed_channel_manager.cc28 internal::LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in ConnectServices() local
34 std::move(pending_fixed_channel_connection))); in ConnectServices()
/aosp12/system/bt/gd/l2cap/le/
H A Dfixed_channel_manager.cc28 internal::LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in ConnectServices() local
34 std::move(pending_fixed_channel_connection))); in ConnectServices()