Searched refs:GetAttributesValue (Results 1 – 3 of 3) sorted by relevance
500 bool GetAttributesValue(AttributeKey key, Attributes &value) const;
70 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::Impl1310 bool Attributes::GetAttributesValue(AttributeKey key, Attributes &value) const in GetAttributesValue() function in OHOS::UserIam::UserAuth::Attributes1315 return impl_->GetAttributesValue(key, *value.impl_); in GetAttributesValue()
417 …EXPECT_EQ(setAttrs.GetAttributesValue(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, attrs2), true);