Searched refs:SetUint64ArrayValue (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | attributes_test.cpp | 68 EXPECT_TRUE(attrs.SetUint64ArrayValue(Attributes::ATTR_FREEZING_TIME, {2, 4, 6, 8, 10})); 199 EXPECT_TRUE(attrs.SetUint64ArrayValue(Attributes::ATTR_FREEZING_TIME, array)); 209 EXPECT_TRUE(attrs.SetUint64ArrayValue(Attributes::ATTR_FREEZING_TIME, array)); 322 EXPECT_TRUE(attrs1.SetUint64ArrayValue(Attributes::ATTR_SCHEDULE_ID, u64Vector));
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | resource_node_utils.cpp | 106 attr.SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, templateIds); in SetCachedTemplates()
|
H A D | schedule_node_impl.cpp | 79 attribute.SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, info_.templateIdList); in GetScheduleAttribute()
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | attributes.h | 338 bool SetUint64ArrayValue(AttributeKey key, const std::vector<uint64_t> &value);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/ |
H A D | attributes.cpp | 51 bool SetUint64ArrayValue(AttributeKey key, const std::vector<uint64_t> &value); 328 bool Attributes::Impl::SetUint64ArrayValue(AttributeKey key, const std::vector<uint64_t> &value) in SetUint64ArrayValue() function in OHOS::UserIam::UserAuth::Attributes::Impl 1086 bool Attributes::SetUint64ArrayValue(AttributeKey key, const std::vector<uint64_t> &value) in SetUint64ArrayValue() function in OHOS::UserIam::UserAuth::Attributes 1091 return impl_->SetUint64ArrayValue(key, value); in SetUint64ArrayValue()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | auth_widget_helper.cpp | 103 attr.SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, templateIds); in GetUserAuthProfile()
|
H A D | simple_auth_context.cpp | 100 attr.SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, templateIdList); in GetPropertyForAuthResult()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 614 …commandAttrs->SetUint64ArrayValue(Attributes::AttributeKey::ATTR_TEMPLATE_ID_LIST, testTemplateIdL… 671 …commandAttrs->SetUint64ArrayValue(Attributes::AttributeKey::ATTR_TEMPLATE_ID_LIST, testTemplateIdL… 699 …commandAttrs->SetUint64ArrayValue(Attributes::AttributeKey::ATTR_TEMPLATE_ID_LIST, testTemplateIdL… 908 conditions->SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, testTemplateIds); 1083 conditions->SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, testTemplateIds);
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 308 attr.SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, templateIds); in GetPropertyInner()
|