Home
last modified time | relevance | path

Searched refs:DisplayMethod (Results 1 – 25 of 28) sorted by relevance

12

/external/pigweed/pw_bluetooth_sapphire/host/sm/public/pw_bluetooth_sapphire/internal/host/sm/
Ddelegate.h34 using DisplayMethod = gap::PairingDelegate::DisplayMethod; variable
39 DisplayMethod method,
Dfake_phase_listener.h45 Delegate::DisplayMethod method, in DisplayPasskey()
85 fit::function<void(uint32_t, Delegate::DisplayMethod, ConfirmCallback)>;
Dpairing_phase.h52 Delegate::DisplayMethod method,
Dutil.h42 std::string DisplayMethodToString(Delegate::DisplayMethod method);
/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dsc_stage_1_just_works_numeric_comparison_test.cc172 [&](uint32_t cmp, Delegate::DisplayMethod method, ConfirmCallback cb) { in TEST_F()
173 ASSERT_EQ(Delegate::DisplayMethod::kComparison, method); in TEST_F()
296 [&](uint32_t cmp, Delegate::DisplayMethod method, ConfirmCallback cb) { in TEST_F()
297 ASSERT_EQ(Delegate::DisplayMethod::kComparison, method); in TEST_F()
388 [&](uint32_t, Delegate::DisplayMethod method, ConfirmCallback cb) { in TEST_F()
389 ASSERT_EQ(Delegate::DisplayMethod::kComparison, method); in TEST_F()
431 [&](uint32_t, Delegate::DisplayMethod method, ConfirmCallback cb) { in TEST_F()
432 ASSERT_EQ(Delegate::DisplayMethod::kComparison, method); in TEST_F()
Dsc_stage_1_passkey_test.cc151 Delegate::DisplayMethod method, in TEST_F()
153 ASSERT_EQ(Delegate::DisplayMethod::kPeerEntry, method); in TEST_F()
281 [&](uint32_t, Delegate::DisplayMethod method, ConfirmCallback cb) { in TEST_F()
282 ASSERT_EQ(Delegate::DisplayMethod::kPeerEntry, method); in TEST_F()
317 [&](uint32_t, Delegate::DisplayMethod method, ConfirmCallback cb) { in TEST_F()
318 ASSERT_EQ(Delegate::DisplayMethod::kPeerEntry, method); in TEST_F()
358 Delegate::DisplayMethod method, in TEST_F()
360 ASSERT_EQ(Delegate::DisplayMethod::kPeerEntry, method); in TEST_F()
Dphase_2_secure_connections_test.cc524 Delegate::DisplayMethod method, in TEST_F()
526 ASSERT_EQ(Delegate::DisplayMethod::kPeerEntry, method); in TEST_F()
621 [&](uint32_t, Delegate::DisplayMethod method, ConfirmCallback cb) { in TEST_F()
622 ASSERT_EQ(Delegate::DisplayMethod::kComparison, method); in TEST_F()
662 Delegate::DisplayMethod method, in TEST_F()
664 ASSERT_EQ(Delegate::DisplayMethod::kPeerEntry, method); in TEST_F()
Dutil.cc175 std::string DisplayMethodToString(Delegate::DisplayMethod method) { in DisplayMethodToString()
177 case Delegate::DisplayMethod::kComparison: in DisplayMethodToString()
179 case Delegate::DisplayMethod::kPeerEntry: in DisplayMethodToString()
Dsc_stage_1_just_works_numeric_comparison.cc181 Delegate::DisplayMethod::kComparison, in CompleteStage1()
Dsc_stage_1_passkey.cc89 Delegate::DisplayMethod::kPeerEntry, in Run()
Dphase_2_legacy.cc114 Delegate::DisplayMethod::kPeerEntry, in MakeTemporaryKeyRequest()
Dsecurity_manager_test.cc262 DisplayMethod method, in DisplayPasskey()
580 fit::function<void(uint32_t, DisplayMethod, ConfirmCallback)>;
921 Delegate::DisplayMethod method, in FastForwardToScLtkAfterUpgradeSecurity()
923 ASSERT_TRUE(method == Delegate::DisplayMethod::kComparison); in FastForwardToScLtkAfterUpgradeSecurity()
1146 Delegate::DisplayMethod method, in FastForwardToScLtk()
1148 ASSERT_TRUE(method == Delegate::DisplayMethod::kComparison); in FastForwardToScLtk()
1908 [&](uint32_t /**/, Delegate::DisplayMethod method, ConfirmCallback rsp) { in TEST_F()
1909 ASSERT_EQ(Delegate::DisplayMethod::kPeerEntry, method); in TEST_F()
1996 auto method = Delegate::DisplayMethod::kComparison; in TEST_F()
1999 Delegate::DisplayMethod cb_method, in TEST_F()
[all …]
Dsecurity_manager.cc176 Delegate::DisplayMethod method,
1178 Delegate::DisplayMethod method, in DisplayPasskey()
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dpairing_delegate.h33 enum DisplayMethod { enum
56 DisplayMethod method,
Dfake_pairing_delegate.h46 fit::function<void(PeerId, uint32_t, DisplayMethod, ConfirmCallback)>;
62 DisplayMethod method,
Dlow_energy_connection.h314 sm::Delegate::DisplayMethod method,
Dsecure_simple_pairing_state.h441 void DisplayPasskey(uint32_t, DisplayMethod, ConfirmCallback) override {} in DisplayPasskey() argument
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dfake_pairing_delegate_test.cc67 EXPECT_EQ(PairingDelegate::DisplayMethod::kComparison, method); in TEST()
73 PeerId(5), 123456, PairingDelegate::DisplayMethod::kComparison, [](bool) { in TEST()
Dfake_pairing_delegate.cc73 DisplayMethod method, in DisplayPasskey()
Dlegacy_pairing_state_test.cc84 DisplayMethod, in DisplayPasskey() argument
515 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F() argument
558 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F() argument
601 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F() argument
919 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F() argument
1386 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_P() argument
1415 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_P() argument
1461 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_P() argument
Dsecure_simple_pairing_state_test.cc111 DisplayMethod, in DisplayPasskey() argument
1138 PairingDelegate::DisplayMethod method, in TEST_F()
1142 EXPECT_EQ(PairingDelegate::DisplayMethod::kComparison, method); in TEST_F()
1189 PairingDelegate::DisplayMethod method, in TEST_F()
1193 EXPECT_EQ(PairingDelegate::DisplayMethod::kComparison, method); in TEST_F()
1287 PairingDelegate::DisplayMethod method, in TEST_F()
1291 EXPECT_EQ(PairingDelegate::DisplayMethod::kPeerEntry, method); in TEST_F()
3177 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F() argument
Dsecure_simple_pairing_state.cc321 PairingDelegate::DisplayMethod::kComparison, in OnUserConfirmationRequest()
397 PairingDelegate::DisplayMethod::kPeerEntry, in OnUserPasskeyNotification()
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dhost_server.h197 DisplayMethod method,
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dhost_server_test.cc451 using DisplayMethod = bt::gap::PairingDelegate::DisplayMethod; in TEST_F() typedef
453 peer->identifier(), 12345, DisplayMethod::kPeerEntry, confirm_cb); in TEST_F()
476 peer->identifier(), 12345, DisplayMethod::kComparison, confirm_cb); in TEST_F()
Dhost_server.cc1095 DisplayMethod method, in DisplayPasskey()
1098 if (method == DisplayMethod::kComparison) { in DisplayPasskey()

12