Home
last modified time | relevance | path

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

/system/bt/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc322 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
360 ASSERT_TRUE(security_record_->IsAuthenticated()); in TEST_F()
398 ASSERT_TRUE(security_record_->IsAuthenticated()); in TEST_F()
436 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
474 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
512 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
550 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
588 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
670 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
712 ASSERT_FALSE(security_record_->IsAuthenticated()); in TEST_F()
[all …]
/system/bt/gd/security/record/
Dsecurity_record.h79 bool IsAuthenticated() { in IsAuthenticated() function
Dsecurity_record_storage.cc95 device.SetIsAuthenticated((record->IsAuthenticated() ? 1 : 0)); in SetAuthenticationData()
/system/bt/gd/storage/
Ddevice.h197 GENERATE_PROPERTY_GETTER_SETTER_REMOVER(IsAuthenticated, int, "IsAuthenticated");
/system/bt/gd/l2cap/classic/internal/
Dlink.cc95 if (!IsAuthenticated() && !has_requested_authentication_) { in Authenticate()
101 bool Link::IsAuthenticated() const { in IsAuthenticated() function in bluetooth::l2cap::classic::internal::Link
Dlink.h81 virtual bool IsAuthenticated() const;
Dsignalling_manager.cc119 if (type == SecurityEnforcementType::LINK_KEY && !link_->IsAuthenticated() && in on_security_result_for_outgoing()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc845 return (record->IsPaired() && record->IsAuthenticated()); in IsSecurityRequirementSatisfied()