Home
last modified time | relevance | path

Searched refs:GetSecurityPolicy (Results 1 – 10 of 10) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Ddynamic_channel_service_impl_mock.h31 MOCK_METHOD(SecurityPolicy, GetSecurityPolicy, (), (const, override));
Ddynamic_channel_service_impl.h51 SecurityPolicy GetSecurityPolicy() { in GetSecurityPolicy() function
Dsignalling_manager.cc62 dynamic_service_manager_->GetService(psm)->GetSecurityPolicy(), in SendConnectionRequest()
209 dynamic_service_manager_->GetService(psm)->GetSecurityPolicy(), in OnConnectionRequest()
217 auto security_policy = service->GetSecurityPolicy(); in on_security_result_for_incoming()
/system/bt/gd/l2cap/classic/internal/
Ddynamic_channel_service_impl_mock.h32 MOCK_METHOD(SecurityPolicy, GetSecurityPolicy, (), (const, override));
Ddynamic_channel_service_impl.h51 virtual SecurityPolicy GetSecurityPolicy() const { in GetSecurityPolicy() function
Dlink_test.cc127 ON_CALL(service, GetSecurityPolicy()) in TEST_F()
Dlink_manager.cc98 if (dynamic_channel_service_manager_->GetService(psm)->GetSecurityPolicy() != in ConnectDynamicChannelServices()
Dsignalling_manager.cc94 dynamic_service_manager_->GetService(psm)->GetSecurityPolicy(), in SendConnectionRequest()
192 dynamic_service_manager_->GetService(psm)->GetSecurityPolicy(), in OnConnectionRequest()
Dlink_manager_test.cc96 ON_CALL(service, GetSecurityPolicy()) in TEST_F()
/system/bt/gd/shim/
Dl2cap.cc440 l2cap::classic::SecurityPolicy GetSecurityPolicy(l2cap::Psm psm) const;
453 l2cap::classic::SecurityPolicy L2cap::impl::GetSecurityPolicy(l2cap::Psm psm) const { in GetSecurityPolicy() function in bluetooth::shim::L2cap::impl
466 const l2cap::classic::SecurityPolicy security_policy = GetSecurityPolicy(psm); in RegisterService()