Searched refs:SetUint16ArrayValue (Results 1 – 3 of 3) sorted by relevance
253 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));
365 bool SetUint16ArrayValue(AttributeKey key, const std::vector<uint16_t> &value);
53 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::Impl1102 bool Attributes::SetUint16ArrayValue(AttributeKey key, const std::vector<uint16_t> &value) in SetUint16ArrayValue() function in OHOS::UserIam::UserAuth::Attributes1107 return impl_->SetUint16ArrayValue(key, value); in SetUint16ArrayValue()