Home
last modified time | relevance | path

Searched refs:FindConnectionForTesting (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dlow_energy_central_server_test.cc191 ASSERT_FALSE(server()->FindConnectionForTesting(peer->identifier())); in TEST_F()
193 auto conn_ref = server()->FindConnectionForTesting(peer->identifier()); in TEST_F()
229 ASSERT_FALSE(server()->FindConnectionForTesting(peer->identifier())); in TEST_F()
231 auto conn_ref = server()->FindConnectionForTesting(peer->identifier()); in TEST_F()
267 ASSERT_FALSE(server()->FindConnectionForTesting(peer->identifier())); in TEST_F()
269 auto conn_ref = server()->FindConnectionForTesting(peer->identifier()); in TEST_F()
314 server()->FindConnectionForTesting(peer->identifier()).has_value()); in TEST_F()
320 auto conn = server()->FindConnectionForTesting(peer->identifier()); in TEST_F()
342 server()->FindConnectionForTesting(peer->identifier()).has_value()); in TEST_F()
359 auto server_conn = server()->FindConnectionForTesting(peer->identifier()); in TEST_F()
[all …]
H A Dlow_energy_peripheral_server_test.cc523 server()->FindConnectionForTesting(connected_id); in TEST_F()
567 server()->FindConnectionForTesting(connected_id); in TEST_F()
598 server()->FindConnectionForTesting(*connected_id); in TEST_F()
634 server()->FindConnectionForTesting(*connected_id); in TEST_P()
685 server()->FindConnectionForTesting(connected_id); in TEST_P()
H A Dlow_energy_peripheral_server.cc375 LowEnergyPeripheralServer::FindConnectionForTesting(bt::PeerId id) const { in FindConnectionForTesting() function in bthost::LowEnergyPeripheralServer
H A Dlow_energy_central_server.cc82 LowEnergyCentralServer::FindConnectionForTesting(bt::PeerId identifier) { in FindConnectionForTesting() function in bthost::LowEnergyCentralServer
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dlow_energy_central_server.h53 std::optional<bt::gap::LowEnergyConnectionHandle*> FindConnectionForTesting(
H A Dlow_energy_peripheral_server.h63 const bt::gap::LowEnergyConnectionHandle* FindConnectionForTesting(