/system/bt/gd/l2cap/le/ |
D | fixed_channel_manager.h | 46 struct ConnectionResult { struct 53 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult)>;
|
D | dynamic_channel_manager.h | 50 struct ConnectionResult { struct 59 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
|
D | facade.cc | 193 void on_connect_fail(DynamicChannelManager::ConnectionResult result) { in on_connect_fail() 248 DynamicChannelManager::ConnectionResult channel_open_fail_reason_; 344 void on_connect_fail(FixedChannelManager::ConnectionResult result) { in on_connect_fail()
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel_manager.h | 51 struct ConnectionResult { struct 58 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
|
D | dynamic_channel_manager.h | 53 struct ConnectionResult { struct 59 using OnConnectionFailureCallback = common::ContextualOnceCallback<void(ConnectionResult result)>; argument
|
D | facade.cc | 363 void on_connect_fail(DynamicChannelManager::ConnectionResult result) {} in on_connect_fail()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager_test.cc | 127 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 160 FixedChannelManager::ConnectionResult my_result; in TEST_F() 164 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F() 176 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 211 FixedChannelManager::ConnectionResult my_result; in TEST_F() 215 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F() 247 FixedChannelManager::ConnectionResult my_result; in TEST_F() 251 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F() 296 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 370 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() [all …]
|
D | link.cc | 36 using ConnectionResult = DynamicChannelManager::ConnectionResult; typedef 73 ConnectionResult result{ in OnAclDisconnected() 162 ConnectionResult result{ in SendConnectionRequest() 202 void Link::OnOutgoingConnectionRequestFail(Cid local_cid, ConnectionResult result) { in OnOutgoingConnectionRequestFail() 283 void Link::NotifyChannelFail(Cid cid, ConnectionResult result) { in NotifyChannelFail()
|
D | link_manager.cc | 41 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices() 66 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices() 298 callbacks.on_fail_callback_.Invoke(DynamicChannelManager::ConnectionResult{ in OnConnectFail() 310 FixedChannelManager::ConnectionResult{ in OnConnectFail()
|
D | link.h | 117 …oid OnOutgoingConnectionRequestFail(Cid local_cid, DynamicChannelManager::ConnectionResult result); 138 virtual void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
|
D | link_test.cc | 53 void OnFail(DynamicChannelManager::ConnectionResult result) { in OnFail()
|
D | signalling_manager.cc | 111 DynamicChannelManager::ConnectionResult connection_result{ in on_security_result_for_outgoing() 222 DynamicChannelManager::ConnectionResult connection_result{ in on_security_result_for_incoming() 268 DynamicChannelManager::ConnectionResult connection_result{ in OnConnectionResponse() 281 DynamicChannelManager::ConnectionResult connection_result{ in OnConnectionResponse() 897 DynamicChannelManager::ConnectionResult connection_result{ in on_command_timeout()
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager_test.cc | 122 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 165 FixedChannelManager::ConnectionResult my_result; in TEST_F() 169 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F() 181 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 227 FixedChannelManager::ConnectionResult my_result; in TEST_F() 231 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F() 266 FixedChannelManager::ConnectionResult my_result; in TEST_F() 270 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F() 317 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 413 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() [all …]
|
D | link_manager.cc | 41 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices() 67 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices() 141 FixedChannelManager::ConnectionResult{ in OnLeConnectFail()
|
D | link.cc | 196 DynamicChannelManager::ConnectionResult result{ in OnOutgoingConnectionRequestFail() 260 void Link::NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result) { in NotifyChannelFail()
|
D | link.h | 134 void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
|
/system/bt/gd/l2cap/fuzz/ |
D | fuzz_dynamic_channel_manager_impl.h | 83 …void SetConnectionOnFail(l2cap::classic::DynamicChannelManager::ConnectionResult result, std::prom… in SetConnectionOnFail()
|
D | shim_l2cap.h | 57 void OnConnectionFail(l2cap::classic::DynamicChannelManager::ConnectionResult result) {} in OnConnectionFail()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.h | 232 void OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result);
|
D | security_manager_impl.cc | 653 …erImpl::OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result) { in OnConnectionFailureLe()
|
/system/bt/main/shim/ |
D | l2c_api.cc | 240 classic::DynamicChannelManager::ConnectionResult result) { in on_outgoing_connection_fail() 928 RawAddress remote, le::FixedChannelManager::ConnectionResult result) { in on_outgoing_connection_fail() 1428 le::DynamicChannelManager::ConnectionResult result) { in on_outgoing_connection_fail()
|