Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h502 bool GetAttributesArrayValue(AttributeKey key, std::vector<Attributes> &array) const;
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp162 attr.GetAttributesArrayValue(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, attributeArray); in GetExecutorInfoArrayFromAttributes()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp393 …EXPECT_TRUE(getAttrs.GetAttributesArrayValue(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, getAttr…
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp1168 bool Attributes::GetAttributesArrayValue(AttributeKey key, std::vector<Attributes> &array) const in GetAttributesArrayValue() function in OHOS::UserIam::UserAuth::Attributes