Home
last modified time | relevance | path

Searched refs:IsAuthenticated (Results 1 – 6 of 6) sorted by relevance

/system/bt/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc276 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
314 ASSERT_TRUE(security_record_->IsAuthenticated()); in TEST_F()
352 ASSERT_TRUE(security_record_->IsAuthenticated()); in TEST_F()
390 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
428 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
466 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
504 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
542 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
/system/bt/gd/security/record/
Dsecurity_record.h91 bool IsAuthenticated() { in IsAuthenticated() function
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc100 !link->IsAuthenticated()) { in ConnectDynamicChannelServices()
162 if (!link->IsAuthenticated()) { in handle_link_security_ensure_authenticated()
Dlink.cc81 if (!IsAuthenticated() && !has_requested_authentication_) { in Authenticate()
87 bool Link::IsAuthenticated() const { in IsAuthenticated() function in bluetooth::l2cap::classic::internal::Link
Dlink.h79 virtual bool IsAuthenticated() const;
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc682 …result = record->IsAuthenticated() && record->RequiresMitmProtection() && record->IsEncryptionRequ… in InternalEnforceSecurityPolicy()
685 result = record->IsAuthenticated() && record->IsEncryptionRequired(); in InternalEnforceSecurityPolicy()