Searched refs:GetAttributeUint64 (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/ |
H A D | attribute_test.cpp | 185 ASSERT_EQ(GetAttributeUint64(attribute, ATTR_TEMPLATE_ID, &out1), RESULT_SUCCESS); 186 ASSERT_EQ(GetAttributeUint64(attribute, ATTR_SCHEDULE_ID, &out2), RESULT_SUCCESS); 204 ASSERT_EQ(GetAttributeUint64(nullptr, ATTR_TEMPLATE_ID, &out), RESULT_BAD_PARAM); 205 ASSERT_EQ(GetAttributeUint64(attribute, ATTR_TEMPLATE_ID, nullptr), RESULT_BAD_PARAM); 206 ASSERT_EQ(GetAttributeUint64(attribute, ATTR_SCHEDULE_ID, &out), RESULT_GENERAL_ERROR); 207 ASSERT_EQ(GetAttributeUint64(attribute, ATTR_TEMPLATE_ID, &out), RESULT_SUCCESS); 549 result = GetAttributeUint64(parsedAttribute, ATTR_SCHEDULE_ID, &parsedUint64);
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/inc/ |
H A D | attribute.h | 78 ResultCode GetAttributeUint64(const Attribute *attribute, AttributeKey key, uint64_t *retValue);
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 212 result = GetAttributeUint64(dataAttribute, ATTR_SCHEDULE_ID, &scheduleId); in VerifyDataTlvSignature() 328 result = GetAttributeUint64(attribute, ATTR_TEMPLATE_ID, &(resultInfo->templateId)); in GetExecutorResultInfoFromAttribute() 333 result = GetAttributeUint64(attribute, ATTR_SCHEDULE_ID, &(resultInfo->scheduleId)); in GetExecutorResultInfoFromAttribute() 338 result = GetAttributeUint64(attribute, ATTR_PIN_SUB_TYPE, &(resultInfo->authSubType)); in GetExecutorResultInfoFromAttribute() 634 result = GetAttributeUint64(attribute, ATTR_EXECUTOR_INDEX, &(resultInfo->executorIndex)); in GetExecutorInfoHalFromAttribute() 898 … ResultCode result = GetAttributeUint64(attribute, ATTR_SCHEDULE_ID, &(scheduleInfo->scheduleId)); in GetScheduleInfoFromAttributeInner()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | attribute.h | 117 ResultCode GetAttributeUint64(const Attribute *attribute, AttributeKey key, uint64_t *retValue);
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | executor_func_common.c | 226 int32_t result = GetAttributeUint64(data, ATTR_SCHEDULE_ID, &dataScheduleId); in CheckScheduleIdOfAttribute() 316 result = GetAttributeUint64(data, ATTR_TIME_STAMP, &dataTimeStamp); in CheckAttributeDataBase()
|
H A D | collector_func.c | 234 int32_t result = GetAttributeUint64(data, ATTR_PIN_SUB_TYPE, &(algoParam->subType)); in GetAlgoParam()
|
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/ |
H A D | pin_auth_test.cpp | 230 result = GetAttributeUint64(attrbute, ATTR_TEMPLATE_ID, &templateId); in GetTemplateIdFromTlv()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 360 ResultCode GetAttributeUint64(const Attribute *attribute, AttributeKey key, uint64_t *retValue) in GetAttributeUint64() function
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 379 ResultCode GetAttributeUint64(const Attribute *attribute, AttributeKey key, uint64_t *retValue) in GetAttributeUint64() function
|