Searched refs:SetAttributesValue (Results 1 – 3 of 3) sorted by relevance
328 bool SetAttributesValue(AttributeKey key, const Attributes &value);
50 bool SetAttributesValue(AttributeKey key, const Impl &array);413 bool Attributes::Impl::SetAttributesValue(Attributes::AttributeKey key, const Attributes::Impl &val… in SetAttributesValue() function in OHOS::UserIam::UserAuth::Attributes::Impl1126 bool Attributes::SetAttributesValue(AttributeKey key, const Attributes &value) in SetAttributesValue() function in OHOS::UserIam::UserAuth::Attributes1131 return impl_->SetAttributesValue(key, *value.impl_); in SetAttributesValue()
415 …EXPECT_EQ(setAttrs.SetAttributesValue(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, attrs1), true);