Home
last modified time | relevance | path

Searched refs:ATTR_COLLECTOR_UDID (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dattribute.h88 ATTR_COLLECTOR_UDID = 100046, enumerator
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp112 ATTR_COLLECTOR_UDID = 100046, enumerator
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c69 ATTR_COLLECTOR_UDID,
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c940 result = GetAttributeUint8Array(attribute, ATTR_COLLECTOR_UDID, &collectorUdid); in GetScheduleInfoFromAttribute()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp152 if (SetAttributeUint8Array(attribute, ATTR_COLLECTOR_UDID, peerUdidIn) != RESULT_SUCCESS) { in SetAttributeToCoAuthExecMsg()