Searched refs:GetAttributeUint64Array (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/user_auth/test/unittest/attribute_test/ |
H A D | attribute_test.cpp | 335 ASSERT_EQ(GetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, &value), RESULT_SUCCESS); in HWTEST_F() 346 ASSERT_EQ(GetAttributeUint64Array(nullptr, ATTR_TEMPLATE_ID_LIST, nullptr), RESULT_BAD_PARAM); in HWTEST_F() 347 ASSERT_EQ(GetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, nullptr), RESULT_BAD_PARAM); in HWTEST_F() 349 ASSERT_EQ(GetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, &value), RESULT_BAD_PARAM); in HWTEST_F() 353 ASSERT_EQ(GetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, &value), RESULT_BAD_PARAM); in HWTEST_F() 357 ASSERT_EQ(GetAttributeUint64Array(attribute, ATTR_CALLER_UID, &value), RESULT_GENERAL_ERROR); in HWTEST_F() 358 ASSERT_EQ(GetAttributeUint64Array(attribute, static_cast<AttributeKey>(invalidKey), &value), in HWTEST_F() 364 ASSERT_EQ(GetAttributeUint64Array(attribute, ATTR_SIGNATURE, &value), RESULT_GENERAL_ERROR); in HWTEST_F() 418 ASSERT_EQ(GetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, &value), RESULT_SUCCESS); in HWTEST_F() 584 result = GetAttributeUint64Array(parsedAttribut in HWTEST_F() [all...] |
/drivers/peripheral/pin_auth/hdi_service/common/inc/ |
H A D | attribute.h | 82 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData);
|
/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | attribute.h | 121 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData);
|
/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 456 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData)
in GetAttributeUint64Array() function
|
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 455 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData)
in GetAttributeUint64Array() function
|
Completed in 7 milliseconds