Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/
H A Dattribute_test.cpp331 ASSERT_EQ(SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, data), RESULT_SUCCESS);
376 ASSERT_EQ(SetAttributeUint64Array(nullptr, ATTR_TEMPLATE_ID_LIST, data), RESULT_BAD_PARAM);
377 ASSERT_EQ(SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, data), RESULT_BAD_PARAM);
401 … ASSERT_EQ(SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, data), RESULT_GENERAL_ERROR);
402 ASSERT_EQ(SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, data), RESULT_SUCCESS);
413 ASSERT_EQ(SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, data), RESULT_SUCCESS);
566 result = SetAttributeUint64Array(originAttribute, ATTR_TEMPLATE_ID_LIST, testUint64Array);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Dattribute.h83 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dattribute.h122 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data);
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp109 result = SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, testUint64Array);
150 result = SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, testUint64Array);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c475 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data) in SetAttributeUint64Array() function
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp272 … if (SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, templateIdsIn) != RESULT_SUCCESS) { in SetAttributeToVerifierExecMsg()
316 … if (SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, templateIdsIn) != RESULT_SUCCESS) { in SetAttributeToExtraInfo()
362 … if (SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, templateIdsIn) != RESULT_SUCCESS) { in SetAttributeToAllInOneExecMsg()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c475 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data) in SetAttributeUint64Array() function
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c423 result = SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, templateIdsIn); in SetExecutorMsgToAttribute()