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.cc191 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/
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.cc234 void on_connect_fail(DynamicChannelManager::ConnectionResult result) {} in on_connect_fail()
/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc41 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
67 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
143 FixedChannelManager::ConnectionResult{ in OnLeConnectFail()
Dlink_manager_test.cc118 ….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 …]
Dlink.cc175 DynamicChannelManager::ConnectionResult result{ in OnOutgoingConnectionRequestFail()
239 void Link::NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result) { in NotifyChannelFail()
Dlink.h122 void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
/system/bt/gd/l2cap/classic/internal/
Dlink.cc36 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()
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_manager.cc40 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
65 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
248 callbacks.on_fail_callback_.Invoke(DynamicChannelManager::ConnectionResult{ in OnConnectFail()
260 FixedChannelManager::ConnectionResult{ in OnConnectFail()
Dlink.h114 …oid OnOutgoingConnectionRequestFail(Cid local_cid, DynamicChannelManager::ConnectionResult result);
135 virtual void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
Dlink_test.cc53 void OnFail(DynamicChannelManager::ConnectionResult result) { in OnFail()
Dsignalling_manager.cc105 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/
Dl2cap.cc62 …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()
Dl2cap_test.cc119 …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/
Dsecurity_manager_impl.h206 void OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result);
Dsecurity_manager_impl.cc570 …erImpl::OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result) { in OnConnectionFailureLe()
/system/bt/main/shim/
Dl2c_api.cc306 RawAddress remote, FixedChannelManager::ConnectionResult result) { in on_outgoing_connection_fail()