Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/le/
H A Dl2cap_le_module.cc40 class SecurityEnforcementRejectAllImpl : public SecurityEnforcementInterface { class
50 static SecurityEnforcementRejectAllImpl default_security_module_impl_;
/aosp12/system/bt/gd/l2cap/classic/
H A Dsecurity_enforcement_interface.h47 class SecurityEnforcementRejectAllImpl : public SecurityEnforcementInterface {
H A Dl2cap_classic_module.cc43 static SecurityEnforcementRejectAllImpl default_security_module_impl_;
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink_test.cc107 SecurityEnforcementRejectAllImpl security_module_impl_;
H A Dlink_manager_test.cc94 SecurityEnforcementRejectAllImpl security_module_impl; in TEST_F()