Searched refs:SetUint32ArrayValue (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | attributes_test.cpp | 66 EXPECT_TRUE(attrs.SetUint32ArrayValue(Attributes::ATTR_REMAIN_TIMES, {1, 3, 5, 7, 9})); 226 EXPECT_TRUE(attrs.SetUint32ArrayValue(Attributes::ATTR_FREEZING_TIME, array)); 235 EXPECT_TRUE(attrs.SetUint32ArrayValue(Attributes::ATTR_FREEZING_TIME, array)); 325 EXPECT_TRUE(attrs1.SetUint32ArrayValue(Attributes::ATTR_REMAIN_TIMES, u32Vector));
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | attributes.h | 347 bool SetUint32ArrayValue(AttributeKey key, const std::vector<uint32_t> &value);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/ |
H A D | attributes.cpp | 52 bool SetUint32ArrayValue(AttributeKey key, const std::vector<uint32_t> &value); 345 bool Attributes::Impl::SetUint32ArrayValue(AttributeKey key, const std::vector<uint32_t> &value) in SetUint32ArrayValue() function in OHOS::UserIam::UserAuth::Attributes::Impl 1094 bool Attributes::SetUint32ArrayValue(AttributeKey key, const std::vector<uint32_t> &value) in SetUint32ArrayValue() function in OHOS::UserIam::UserAuth::Attributes 1099 return impl_->SetUint32ArrayValue(key, value); in SetUint32ArrayValue()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | auth_widget_helper.cpp | 104 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetUserAuthProfile()
|
H A D | simple_auth_context.cpp | 98 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, keys); in GetPropertyForAuthResult()
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_base_socket.cpp | 309 …bool setSupportedVersionsRet = response->SetUint32ArrayValue(Attributes::ATTR_SUPPORTED_MSG_VERSIO… in ProcessMessage()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 909 conditions->SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, testKeys); 1084 conditions->SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, testKeys);
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 309 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetPropertyInner()
|