Searched refs:IsAuthenticated (Results 1 – 6 of 6) sorted by relevance
276 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()
91 bool IsAuthenticated() { in IsAuthenticated() function
100 !link->IsAuthenticated()) { in ConnectDynamicChannelServices()162 if (!link->IsAuthenticated()) { in handle_link_security_ensure_authenticated()
81 if (!IsAuthenticated() && !has_requested_authentication_) { in Authenticate()87 bool Link::IsAuthenticated() const { in IsAuthenticated() function in bluetooth::l2cap::classic::internal::Link
79 virtual bool IsAuthenticated() const;
682 …result = record->IsAuthenticated() && record->RequiresMitmProtection() && record->IsEncryptionRequ… in InternalEnforceSecurityPolicy()685 result = record->IsAuthenticated() && record->IsEncryptionRequired(); in InternalEnforceSecurityPolicy()