Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp253 EXPECT_TRUE(attrs.SetUint16ArrayValue(Attributes::ATTR_FREEZING_TIME, array));
262 EXPECT_TRUE(attrs.SetUint16ArrayValue(Attributes::ATTR_FREEZING_TIME, array));
328 EXPECT_TRUE(attrs1.SetUint16ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, u16Vector));
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h365 bool SetUint16ArrayValue(AttributeKey key, const std::vector<uint16_t> &value);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp53 bool SetUint16ArrayValue(AttributeKey key, const std::vector<uint16_t> &value);
379 bool Attributes::Impl::SetUint16ArrayValue(AttributeKey key, const std::vector<uint16_t> &value) in SetUint16ArrayValue() function in OHOS::UserIam::UserAuth::Attributes::Impl
1102 bool Attributes::SetUint16ArrayValue(AttributeKey key, const std::vector<uint16_t> &value) in SetUint16ArrayValue() function in OHOS::UserIam::UserAuth::Attributes
1107 return impl_->SetUint16ArrayValue(key, value); in SetUint16ArrayValue()