Home
last modified time | relevance | path

Searched refs:ConnectionResult (Results 1 – 21 of 21) sorted by relevance

/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h46 struct ConnectionResult { struct
53 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult)>;
Ddynamic_channel_manager.h50 struct ConnectionResult { struct
59 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
Dfacade.cc193 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/
Dfixed_channel_manager.h51 struct ConnectionResult { struct
58 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
Ddynamic_channel_manager.h53 struct ConnectionResult { struct
59 using OnConnectionFailureCallback = common::ContextualOnceCallback<void(ConnectionResult result)>; argument
Dfacade.cc363 void on_connect_fail(DynamicChannelManager::ConnectionResult result) {} in on_connect_fail()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager_test.cc127 ….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 …]
Dlink.cc36 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()
Dlink_manager.cc41 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
66 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
298 callbacks.on_fail_callback_.Invoke(DynamicChannelManager::ConnectionResult{ in OnConnectFail()
310 FixedChannelManager::ConnectionResult{ in OnConnectFail()
Dlink.h117 …oid OnOutgoingConnectionRequestFail(Cid local_cid, DynamicChannelManager::ConnectionResult result);
138 virtual void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
Dlink_test.cc53 void OnFail(DynamicChannelManager::ConnectionResult result) { in OnFail()
Dsignalling_manager.cc111 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/
Dlink_manager_test.cc122 ….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 …]
Dlink_manager.cc41 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
67 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
141 FixedChannelManager::ConnectionResult{ in OnLeConnectFail()
Dlink.cc196 DynamicChannelManager::ConnectionResult result{ in OnOutgoingConnectionRequestFail()
260 void Link::NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result) { in NotifyChannelFail()
Dlink.h134 void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
/system/bt/gd/l2cap/fuzz/
Dfuzz_dynamic_channel_manager_impl.h83 …void SetConnectionOnFail(l2cap::classic::DynamicChannelManager::ConnectionResult result, std::prom… in SetConnectionOnFail()
Dshim_l2cap.h57 void OnConnectionFail(l2cap::classic::DynamicChannelManager::ConnectionResult result) {} in OnConnectionFail()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h232 void OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result);
Dsecurity_manager_impl.cc653 …erImpl::OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result) { in OnConnectionFailureLe()
/system/bt/main/shim/
Dl2c_api.cc240 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()