Searched refs:ATTR_CAPABILITY_LEVEL (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | attribute.h | 64 ATTR_CAPABILITY_LEVEL = 100029,
enumerator
|
/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
H A D | signature_operation.cpp | 82 ATTR_CAPABILITY_LEVEL = 100029, 178 WriteTlv(ATTR_CAPABILITY_LEVEL, sizeof(acl), (const uint8_t *)&acl, ret) != RESULT_SUCCESS || in GetDataTlvContent()
|
/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | executor_message_test.cpp | 315 result = SetAttributeUint32(attribute, ATTR_CAPABILITY_LEVEL, capabilityLevel); in HWTEST_F() 355 result = SetAttributeUint32(attribute, ATTR_CAPABILITY_LEVEL, capabilityLevel); in HWTEST_F()
|
/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()
|
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 51 ATTR_CAPABILITY_LEVEL,
|
/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()
|
Completed in 8 milliseconds