Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h328 bool SetAttributesValue(AttributeKey key, const Attributes &value);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp50 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::Impl
1126 bool Attributes::SetAttributesValue(AttributeKey key, const Attributes &value) in SetAttributesValue() function in OHOS::UserIam::UserAuth::Attributes
1131 return impl_->SetAttributesValue(key, *value.impl_); in SetAttributesValue()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp415 …EXPECT_EQ(setAttrs.SetAttributesValue(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, attrs1), true);