/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 | 191 void on_connect_fail(DynamicChannelManager::ConnectionResult result) { in on_connect_fail() 246 DynamicChannelManager::ConnectionResult channel_open_fail_reason_; 342 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 | 234 void on_connect_fail(DynamicChannelManager::ConnectionResult result) {} in on_connect_fail()
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.cc | 41 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices() 67 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices() 143 FixedChannelManager::ConnectionResult{ in OnLeConnectFail()
|
D | link_manager_test.cc | 118 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 154 FixedChannelManager::ConnectionResult my_result; in TEST_F() 158 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F() 170 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 212 FixedChannelManager::ConnectionResult my_result; in TEST_F() 216 [&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() 294 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() 379 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F() [all …]
|
D | link.cc | 175 DynamicChannelManager::ConnectionResult result{ in OnOutgoingConnectionRequestFail() 239 void Link::NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result) { in NotifyChannelFail()
|
D | link.h | 122 void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 36 using ConnectionResult = DynamicChannelManager::ConnectionResult; typedef 61 ConnectionResult result{ in OnAclDisconnected() 148 ConnectionResult result{ in SendConnectionRequest() 184 void Link::OnOutgoingConnectionRequestFail(Cid local_cid, ConnectionResult result) { in OnOutgoingConnectionRequestFail() 265 void Link::NotifyChannelFail(Cid cid, ConnectionResult result) { in NotifyChannelFail()
|
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_manager.cc | 40 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices() 65 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices() 248 callbacks.on_fail_callback_.Invoke(DynamicChannelManager::ConnectionResult{ in OnConnectFail() 260 FixedChannelManager::ConnectionResult{ in OnConnectFail()
|
D | link.h | 114 …oid OnOutgoingConnectionRequestFail(Cid local_cid, DynamicChannelManager::ConnectionResult result); 135 virtual void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
|
D | link_test.cc | 53 void OnFail(DynamicChannelManager::ConnectionResult result) { in OnFail()
|
D | signalling_manager.cc | 105 DynamicChannelManager::ConnectionResult connection_result{ in on_security_result_for_outgoing() 210 DynamicChannelManager::ConnectionResult connection_result{ in on_security_result_for_incoming() 256 DynamicChannelManager::ConnectionResult connection_result{ in OnConnectionResponse() 269 DynamicChannelManager::ConnectionResult connection_result{ in OnConnectionResponse() 853 DynamicChannelManager::ConnectionResult connection_result{ in on_command_timeout()
|
/system/bt/gd/shim/ |
D | l2cap.cc | 62 …ndingConnectionFail = std::function<void(l2cap::classic::DynamicChannelManager::ConnectionResult)>; 350 void OnConnectionFailure(l2cap::classic::DynamicChannelManager::ConnectionResult result) { in OnConnectionFailure() 439 l2cap::classic::DynamicChannelManager::ConnectionResult result); 545 l2cap::classic::DynamicChannelManager::ConnectionResult result) { in PendingConnectionFail() 577 [this, id](l2cap::classic::DynamicChannelManager::ConnectionResult result) { in CreateConnection()
|
D | l2cap_test.cc | 119 …void SetConnectionOnFail(l2cap::classic::DynamicChannelManager::ConnectionResult result, std::prom… in SetConnectionOnFail() 334 l2cap::classic::DynamicChannelManager::ConnectionResult result{ in TEST_F()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.h | 206 void OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result);
|
D | security_manager_impl.cc | 570 …erImpl::OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result) { in OnConnectionFailureLe()
|
/system/bt/main/shim/ |
D | l2c_api.cc | 306 RawAddress remote, FixedChannelManager::ConnectionResult result) { in on_outgoing_connection_fail()
|