Searched refs:ATTR_TYPE (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | attribute.h | 54 ATTR_TYPE = 100024,
enumerator
|
/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
H A D | signature_operation.cpp | 72 ATTR_TYPE = 100024,
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 417 result = SetAttributeUint32(attribute, ATTR_TYPE, authType); in SetExecutorMsgToAttribute() 639 result = GetAttributeUint32(attribute, ATTR_TYPE, &(resultInfo->authType)); in GetExecutorInfoHalFromAttribute() 901 result = GetAttributeUint32(attribute, ATTR_TYPE, &(scheduleInfo->authType)); in GetScheduleInfoFromAttributeInner() 1057 result = SetAttributeUint32(attribute, ATTR_TYPE, executorInfo->authType); in SetExecutorInfoMsgToAttribute()
|
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 46 ATTR_TYPE,
|
/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | executor_message_test.cpp | 210 result = SetAttributeUint32(attribute, ATTR_TYPE, authType1); in HWTEST_F()
|
/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 184 if (SetAttributeUint32(attribute, ATTR_TYPE, paramHal.authType) != RESULT_SUCCESS) {
in SetAttributeToCollectorExecMsg()
|
Completed in 8 milliseconds