Searched refs:SetAttributeUint64Array (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/ |
H A D | attribute_test.cpp | 331 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 D | attribute.h | 83 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data);
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | attribute.h | 122 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data);
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | executor_message_test.cpp | 109 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 D | attribute.c | 475 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data) in SetAttributeUint64Array() function
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 272 … 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 D | attribute.c | 475 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data) in SetAttributeUint64Array() function
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 423 result = SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, templateIdsIn); in SetExecutorMsgToAttribute()
|