Home
last modified time | relevance | path

Searched refs:SecurityInterface (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel.h103 void SetSecurityInterface(l2cap::classic::SecurityInterface* security_interface) { in SetSecurityInterface()
129 hci::SecurityInterface* hci_security_interface_{nullptr};
131 l2cap::classic::SecurityInterface* l2cap_security_interface_{nullptr};
Dsecurity_manager_channel_unittest.cc255 l2cap::classic::SecurityInterface* security_interface_ = nullptr;
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_security_interface.h31 class SecurityInterface {
33 virtual ~SecurityInterface() = default;
Dl2cap_classic_module.cc59 struct SecurityInterfaceImpl : public SecurityInterface {
126 SecurityInterface* L2capClassicModule::GetSecurityInterface( in GetSecurityInterface()
Dl2cap_classic_module.h68 …virtual SecurityInterface* GetSecurityInterface(os::Handler* handler, LinkSecurityInterfaceListene…
Dfacade.cc447 SecurityInterface* security_interface_;
/packages/modules/Bluetooth/system/gd/hci/
Dsecurity_interface.h44 typedef CommandInterface<SecurityCommandBuilder> SecurityInterface; typedef
Dhci_layer_mock.h66 (SecurityInterface*),
Dhci_interface.h78 virtual SecurityInterface* GetSecurityInterface(
Dhci_layer.h84 …virtual SecurityInterface* GetSecurityInterface(common::ContextualCallback<void(EventView)> event_…
Dhci_layer_test.cc170 const SecurityInterface* security_interface_;
Dhci_layer.cc762 SecurityInterface* HciLayer::GetSecurityInterface(ContextualCallback<void(EventView)> event_handler… in GetSecurityInterface()
/packages/modules/Bluetooth/system/gd/security/test/
Dfake_security_interface.h53 class FakeSecurityInterface : public l2cap::classic::SecurityInterface {
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dhci_layer_fuzz_client.h87 SecurityInterface* security_interface_;
Dfuzz_hci_layer.cc30 hci::SecurityInterface* FuzzHciLayer::GetSecurityInterface( in GetSecurityInterface()
Dfuzz_hci_layer.h110 …hci::SecurityInterface* GetSecurityInterface(common::ContextualCallback<void(hci::EventView)> even…
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc248 l2cap::classic::SecurityInterface* security_interface_ = nullptr;