Searched refs:GetUint16ArrayValue (Results 1 – 3 of 3) sorted by relevance
256 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));
482 bool GetUint16ArrayValue(AttributeKey key, std::vector<uint16_t> &value) const;
67 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::Impl1286 bool Attributes::GetUint16ArrayValue(AttributeKey key, std::vector<uint16_t> &value) const in GetUint16ArrayValue() function in OHOS::UserIam::UserAuth::Attributes1291 return impl_->GetUint16ArrayValue(key, value); in GetUint16ArrayValue()