Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp256 EXPECT_TRUE(attrs.GetUint16ArrayValue(Attributes::ATTR_FREEZING_TIME, out));
264 EXPECT_TRUE(attrs.GetUint16ArrayValue(Attributes::ATTR_FREEZING_TIME, array));
345 EXPECT_TRUE(attrs1.GetUint16ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, u16Vector));
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h482 bool GetUint16ArrayValue(AttributeKey key, std::vector<uint16_t> &value) const;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp67 bool GetUint16ArrayValue(AttributeKey key, std::vector<uint16_t> &value) const;
594 bool Attributes::Impl::GetUint16ArrayValue(AttributeKey key, std::vector<uint16_t> &value) const in GetUint16ArrayValue() function in OHOS::UserIam::UserAuth::Attributes::Impl
1286 bool Attributes::GetUint16ArrayValue(AttributeKey key, std::vector<uint16_t> &value) const in GetUint16ArrayValue() function in OHOS::UserIam::UserAuth::Attributes
1291 return impl_->GetUint16ArrayValue(key, value); in GetUint16ArrayValue()