Home
last modified time | relevance | path

Searched refs:SetUint32ArrayValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp66 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 Dattributes.h347 bool SetUint32ArrayValue(AttributeKey key, const std::vector<uint32_t> &value);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp52 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 Dauth_widget_helper.cpp104 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetUserAuthProfile()
H A Dsimple_auth_context.cpp98 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, keys); in GetPropertyForAuthResult()
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_base_socket.cpp309 …bool setSupportedVersionsRet = response->SetUint32ArrayValue(Attributes::ATTR_SUPPORTED_MSG_VERSIO… in ProcessMessage()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp909 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 Duser_auth_service.cpp309 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetPropertyInner()