Searched refs:pending_fixed_channel_connection (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.cc | 34 … 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()
|
D | link_manager_test.cc | 113 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 …]
|
D | link_manager.h | 68 PendingFixedChannelConnection pending_fixed_channel_connection);
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager.cc | 33 … 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()
|
D | link_manager_test.cc | 115 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 …]
|
D | link_manager.h | 68 …annelServices(hci::Address device, PendingFixedChannelConnection pending_fixed_channel_connection);
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel_manager.cc | 28 internal::LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in ConnectServices() local 34 std::move(pending_fixed_channel_connection))); in ConnectServices()
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel_manager.cc | 28 internal::LinkManager::PendingFixedChannelConnection pending_fixed_channel_connection{ in ConnectServices() local 34 std::move(pending_fixed_channel_connection))); in ConnectServices()
|