Home
last modified time | relevance | path

Searched refs:SecurityEnforcementRejectAllImpl (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dl2cap_le_module.cc40 class SecurityEnforcementRejectAllImpl : public SecurityEnforcementInterface { class
53 static SecurityEnforcementRejectAllImpl default_security_module_impl_;
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dsecurity_enforcement_interface.h47 class SecurityEnforcementRejectAllImpl : public SecurityEnforcementInterface {
Dl2cap_classic_module.cc42 static SecurityEnforcementRejectAllImpl default_security_module_impl_;
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_test.cc107 SecurityEnforcementRejectAllImpl security_module_impl_;
Dlink_manager_test.cc94 SecurityEnforcementRejectAllImpl security_module_impl; in TEST_F()