Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp88 EXPECT_TRUE(attrs2.GetUint32ArrayValue(Attributes::ATTR_REMAIN_TIMES, u32Vector));
229 EXPECT_TRUE(attrs.GetUint32ArrayValue(Attributes::ATTR_FREEZING_TIME, out));
237 EXPECT_TRUE(attrs.GetUint32ArrayValue(Attributes::ATTR_FREEZING_TIME, array));
342 EXPECT_TRUE(attrs1.GetUint32ArrayValue(Attributes::ATTR_REMAIN_TIMES, u32Vector));
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h464 bool GetUint32ArrayValue(AttributeKey key, std::vector<uint32_t> &value) const;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp66 bool GetUint32ArrayValue(AttributeKey key, std::vector<uint32_t> &value) const;
564 bool Attributes::Impl::GetUint32ArrayValue(AttributeKey key, std::vector<uint32_t> &value) const in GetUint32ArrayValue() function in OHOS::UserIam::UserAuth::Attributes::Impl
1278 bool Attributes::GetUint32ArrayValue(AttributeKey key, std::vector<uint32_t> &value) const in GetUint32ArrayValue() function in OHOS::UserIam::UserAuth::Attributes
1283 return impl_->GetUint32ArrayValue(key, value); in GetUint32ArrayValue()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp337 bool getKeyListRet = conditions->GetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32KeyList); in ProcessGetPropertyCommand()