Home
last modified time | relevance | path

Searched refs:GetAttributesValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h500 bool GetAttributesValue(AttributeKey key, Attributes &value) const;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp70 bool GetAttributesValue(AttributeKey key, Impl &array) const;
623 bool Attributes::Impl::GetAttributesValue(Attributes::AttributeKey key, Attributes::Impl &value) co… in GetAttributesValue() function in OHOS::UserIam::UserAuth::Attributes::Impl
1310 bool Attributes::GetAttributesValue(AttributeKey key, Attributes &value) const in GetAttributesValue() function in OHOS::UserIam::UserAuth::Attributes
1315 return impl_->GetAttributesValue(key, *value.impl_); in GetAttributesValue()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp417 …EXPECT_EQ(setAttrs.GetAttributesValue(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, attrs2), true);