Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h48 struct ConnectionResult { struct
55 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult)>;
Ddynamic_channel_manager.h50 struct ConnectionResult { struct
58 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.h52 struct ConnectionResult { struct
59 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
Ddynamic_channel_manager.h50 struct ConnectionResult { struct
58 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
Dfacade.cc65 …nnel_manager->ConnectServices(peer, common::BindOnce([](FixedChannelManager::ConnectionResult) {}), in Connect() argument
348 void on_connect_fail(DynamicChannelManager::ConnectionResult result) {} in on_connect_fail()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc40 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
68 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
182 DynamicChannelManager::ConnectionResult{ in OnConnectFail()
194 FixedChannelManager::ConnectionResult{ in OnConnectFail()
Dlink_manager_test.cc117 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F()
153 FixedChannelManager::ConnectionResult my_result; in TEST_F()
157 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
169 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F()
204 FixedChannelManager::ConnectionResult my_result; in TEST_F()
208 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
240 FixedChannelManager::ConnectionResult my_result; in TEST_F()
244 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
289 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F()
372 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F()
[all …]
Dlink.cc58 DynamicChannelManager::ConnectionResult result{ in OnAclDisconnected()
128 DynamicChannelManager::ConnectionResult result{ in OnOutgoingConnectionRequestFail()
207 void Link::NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result) { in NotifyChannelFail()
Dlink_test.cc51 void OnFail(DynamicChannelManager::ConnectionResult result) { in OnFail()
Dlink.h122 virtual void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc41 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
66 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()
151 FixedChannelManager::ConnectionResult{ in OnLeConnectFail()
Dlink_manager_test.cc115 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F()
150 FixedChannelManager::ConnectionResult my_result; in TEST_F()
154 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
166 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F()
208 FixedChannelManager::ConnectionResult my_result; in TEST_F()
212 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
245 FixedChannelManager::ConnectionResult my_result; in TEST_F()
249 [&my_result](FixedChannelManager::ConnectionResult result) { my_result = result; })}; in TEST_F()
295 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F()
377 ….on_fail_callback_ = common::BindOnce([](FixedChannelManager::ConnectionResult result) { FAIL(); }… in TEST_F()
[all …]
Dlink.cc167 DynamicChannelManager::ConnectionResult result; in NotifyChannelFail()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h148 void OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result);
Dsecurity_manager_impl.cc374 …erImpl::OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result) { in OnConnectionFailureLe()
/system/bt/gd/shim/
Dl2cap.cc63 …ndingConnectionFail = std::function<void(l2cap::classic::DynamicChannelManager::ConnectionResult)>;
322 void OnConnectionFailure(l2cap::classic::DynamicChannelManager::ConnectionResult result) { in OnConnectionFailure()
473 l2cap::classic::DynamicChannelManager::ConnectionResult result);
576 … l2cap::classic::DynamicChannelManager::ConnectionResult result) { in PendingConnectionFail()
602 [this, id](l2cap::classic::DynamicChannelManager::ConnectionResult result) { in CreateConnection()
Dl2cap_test.cc117 …void SetConnectionOnFail(l2cap::classic::DynamicChannelManager::ConnectionResult result, std::prom… in SetConnectionOnFail()
324 l2cap::classic::DynamicChannelManager::ConnectionResult result{ in TEST_F()
/system/bt/gd/security/pairing/
Dclassic_pairing_handler.h88 void OnConnectionFail(l2cap::classic::FixedChannelManager::ConnectionResult result);
Dclassic_pairing_handler.cc81 void ClassicPairingHandler::OnConnectionFail(l2cap::classic::FixedChannelManager::ConnectionResult in OnConnectionFail()