Searched refs:ConnectionResult (Results 1 – 19 of 19) sorted by relevance
48 struct ConnectionResult { struct55 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult)>;
50 struct ConnectionResult { struct58 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
52 struct ConnectionResult { struct59 using OnConnectionFailureCallback = common::OnceCallback<void(ConnectionResult result)>; argument
65 …nnel_manager->ConnectServices(peer, common::BindOnce([](FixedChannelManager::ConnectionResult) {}), in Connect() argument348 void on_connect_fail(DynamicChannelManager::ConnectionResult result) {} in on_connect_fail()
40 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()68 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()182 DynamicChannelManager::ConnectionResult{ in OnConnectFail()194 FixedChannelManager::ConnectionResult{ in OnConnectFail()
117 ….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 …]
58 DynamicChannelManager::ConnectionResult result{ in OnAclDisconnected()128 DynamicChannelManager::ConnectionResult result{ in OnOutgoingConnectionRequestFail()207 void Link::NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result) { in NotifyChannelFail()
51 void OnFail(DynamicChannelManager::ConnectionResult result) { in OnFail()
122 virtual void NotifyChannelFail(Cid cid, DynamicChannelManager::ConnectionResult result);
41 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()66 FixedChannelManager::ConnectionResult{ in ConnectFixedChannelServices()151 FixedChannelManager::ConnectionResult{ in OnLeConnectFail()
115 ….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 …]
167 DynamicChannelManager::ConnectionResult result; in NotifyChannelFail()
148 void OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result);
374 …erImpl::OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result) { in OnConnectionFailureLe()
63 …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()
117 …void SetConnectionOnFail(l2cap::classic::DynamicChannelManager::ConnectionResult result, std::prom… in SetConnectionOnFail()324 l2cap::classic::DynamicChannelManager::ConnectionResult result{ in TEST_F()
88 void OnConnectionFail(l2cap::classic::FixedChannelManager::ConnectionResult result);
81 void ClassicPairingHandler::OnConnectionFail(l2cap::classic::FixedChannelManager::ConnectionResult … in OnConnectionFail()