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 D | signature_operation.cpp | 82 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 D | attribute.h | 64 ATTR_CAPABILITY_LEVEL = 100029, enumerator
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | attributes.h | 89 ATTR_CAPABILITY_LEVEL = 100029, enumerator
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | executor_message_test.cpp | 315 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 D | user_auth_interface_service.cpp | 283 … 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 D | attribute.c | 51 ATTR_CAPABILITY_LEVEL,
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 353 result = GetAttributeUint32(attribute, ATTR_CAPABILITY_LEVEL, &(resultInfo->capabilityLevel)); in GetExecutorResultInfoFromAttribute()
|