Home
last modified time | relevance | path

Searched refs:ATTR_CAPABILITY_LEVEL (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp82 ATTR_CAPABILITY_LEVEL = 100029, enumerator
178 … WriteTlv(ATTR_CAPABILITY_LEVEL, sizeof(acl), (const uint8_t *)&acl, ret) != RESULT_SUCCESS || in GetDataTlvContent()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dattribute.h64 ATTR_CAPABILITY_LEVEL = 100029, enumerator
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h89 ATTR_CAPABILITY_LEVEL = 100029, enumerator
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp315 result = SetAttributeUint32(attribute, ATTR_CAPABILITY_LEVEL, capabilityLevel);
355 result = SetAttributeUint32(attribute, ATTR_CAPABILITY_LEVEL, capabilityLevel);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp283 … SetAttributeUint32(attribute, ATTR_CAPABILITY_LEVEL, capabilityLevel) != RESULT_SUCCESS) { in SetAttributeToVerifierExecMsg()
321 … SetAttributeUint32(attribute, ATTR_CAPABILITY_LEVEL, capabilityLevel) != RESULT_SUCCESS) { in SetAttributeToExtraInfo()
367 … SetAttributeUint32(attribute, ATTR_CAPABILITY_LEVEL, capabilityLevel) != RESULT_SUCCESS) { in SetAttributeToAllInOneExecMsg()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c51 ATTR_CAPABILITY_LEVEL,
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c353 result = GetAttributeUint32(attribute, ATTR_CAPABILITY_LEVEL, &(resultInfo->capabilityLevel)); in GetExecutorResultInfoFromAttribute()