Home
last modified time | relevance | path

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

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