Home
last modified time | relevance | path

Searched refs:SetAttributesArrayValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h329 bool SetAttributesArrayValue(AttributeKey key, const std::vector<Attributes> &array);
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp151 attr.SetAttributesArrayValue(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, attributeArray); in SetExecutorInfoArrayToAttributes()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp386 …EXPECT_TRUE(setAttrs.SetAttributesArrayValue(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, attrsAr…
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp1134 bool Attributes::SetAttributesArrayValue(AttributeKey key, const std::vector<Attributes> &array) in SetAttributesArrayValue() function in OHOS::UserIam::UserAuth::Attributes