/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/inc/ |
H A D | c_array.h | 35 typedef struct Uint64Array { struct 38 } Uint64Array; argument 41 void DestroyUint64Array(Uint64Array **array); 44 Uint64Array *CreateUint64ArrayByData(const uint64_t *data, uint32_t len);
|
H A D | attribute.h | 82 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retDa… 83 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data);
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
H A D | coauth.h | 40 Uint64Array *templateIds; 54 Uint64Array templateIds; 94 bool IsTemplateArraysValid(const Uint64Array *templateIds); 95 ResultCode CopyTemplateArrays(const Uint64Array *in, Uint64Array *out);
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | c_array.h | 36 typedef struct Uint64Array { struct 39 } Uint64Array; argument 53 void DestroyUint64Array(Uint64Array **array); 56 Uint64Array *CreateUint64ArrayByData(const uint64_t *data, uint32_t len);
|
H A D | attribute.h | 121 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retDa… 122 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data);
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | c_array.c | 37 void DestroyUint64Array(Uint64Array **array) in DestroyUint64Array() 93 Uint64Array *CreateUint64ArrayByData(const uint64_t *data, uint32_t len) in CreateUint64ArrayByData() 100 Uint64Array *array = Malloc(sizeof(Uint64Array)); in CreateUint64ArrayByData()
|
H A D | attribute.c | 101 IAM_STATIC void Ntohl64Array(Uint64Array *array) in Ntohl64Array() 108 IAM_STATIC void Htonl64Array(Uint64Array *array) in Htonl64Array() 456 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retDa… in GetAttributeUint64Array() 475 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data) in SetAttributeUint64Array() 480 Uint64Array *netOrderData = CreateUint64ArrayByData(data.data, data.len); in SetAttributeUint64Array()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | c_array.c | 37 void DestroyUint64Array(Uint64Array **array) in DestroyUint64Array() 93 Uint64Array *CreateUint64ArrayByData(const uint64_t *data, uint32_t len) in CreateUint64ArrayByData() 100 Uint64Array *array = Malloc(sizeof(Uint64Array)); in CreateUint64ArrayByData()
|
H A D | attribute.c | 82 IAM_STATIC void Ntohl64Array(Uint64Array *array) in Ntohl64Array() 89 IAM_STATIC void Htonl64Array(Uint64Array *array) in Htonl64Array() 456 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retDa… in GetAttributeUint64Array() 475 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data) in SetAttributeUint64Array() 480 Uint64Array *netOrderData = CreateUint64ArrayByData(data.data, data.len); in SetAttributeUint64Array()
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/ |
H A D | attribute_test.cpp | 330 Uint64Array data = { array.data(), size }; 334 Uint64Array value = { out.data(), size }; 348 Uint64Array value = {}; 375 Uint64Array data = { nullptr, static_cast<uint32_t>(array.size()) }; 412 Uint64Array data = {}; 417 Uint64Array value = { array.data(), static_cast<uint32_t>(array.size()) }; 563 …Uint64Array testUint64Array = { testUint64Buffer, sizeof(testUint64Buffer) / sizeof(testUint64Buff… 578 …Uint64Array parsedUint64Array = { parsedUint64Buffer, sizeof(parsedUint64Buffer) / sizeof(parsedUi…
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | executor_message_test.cpp | 41 const Uint64Array *templateIds); 44 int32_t userId, const ExecutorInfoHal *executorNode, Uint64Array *templateIds); 100 Uint64Array testUint64Array = { testUint64Buffer, sizeof(testUint64Buffer) }; 141 Uint64Array testUint64Array = { testUint64Buffer, sizeof(testUint64Buffer) }; 389 Uint64Array array = {}; 414 Uint64Array array = {};
|
H A D | co_auth_test.cpp | 346 Uint64Array array = {}; 361 Uint64Array array = {}; 379 Uint64Array inArray = {}; 384 Uint64Array outArray = {};
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | coauth.c | 364 bool IsTemplateArraysValid(const Uint64Array *templateIds) in IsTemplateArraysValid() 377 ResultCode CopyTemplateArrays(const Uint64Array *in, Uint64Array *out) in CopyTemplateArrays()
|
H A D | executor_message.c | 410 const Uint64Array *templateIds, Attribute *attribute) in SetExecutorMsgToAttribute() 422 Uint64Array templateIdsIn = { templateIds->data, templateIds->len }; in SetExecutorMsgToAttribute() 439 …er *CreateExecutorMsg(uint32_t authType, uint32_t authPropertyMode, const Uint64Array *templateIds) in CreateExecutorMsg() 495 int32_t userId, const ExecutorInfoHal *executorNode, Uint64Array *templateIds) in GetExecutorTemplateList() 547 Uint64Array templateIds; in AssemblyMessage()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | sys_event.rs | 132 Uint64Array, enumerator
|
H A D | macros.rs | 105 hisysevent::HiSysEventParamType::Uint64Array
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
H A D | context_manager_test.cpp | 35 extern ResultCode QueryAuthTempletaInfo(UserAuthContext *context, Uint64Array *templateIds, 155 Uint64Array array = {};
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | context_manager.c | 348 IAM_STATIC ResultCode QueryAuthTempletaInfo(UserAuthContext *context, Uint64Array *templateIds, in QueryAuthTempletaInfo() 402 Uint64Array templateIds = {}; in CreateAuthSchedule()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/ |
H A D | user_idm_funcs.c | 96 Uint64Array templateIds = { templateIdsBuffer, len }; in GenerateIdmSchedule()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 271 Uint64Array templateIdsIn = {info.templateIds.data(), info.templateIds.size()}; in SetAttributeToVerifierExecMsg() 315 Uint64Array templateIdsIn = {info.templateIds.data(), info.templateIds.size()}; in SetAttributeToExtraInfo() 361 Uint64Array templateIdsIn = {info.templateIds.data(), info.templateIds.size()}; in SetAttributeToAllInOneExecMsg()
|