Searched refs:WriteUInt32ToMsg (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 183 IAM_STATIC ResultCode WriteUInt32ToMsg(Uint8Array *msg, uint32_t *writeIndex, uint32_t value) in WriteUInt32ToMsg() function 307 ResultCode writeTypeResult = WriteUInt32ToMsg(retMsg, &writeIndex, g_attributeKeyArray[i]); in GetAttributeSerializedMsg() 310 ResultCode writeLengthResult = WriteUInt32ToMsg(retMsg, &writeIndex, array->len); in GetAttributeSerializedMsg() 515 ResultCode writeLengthResult = WriteUInt32ToMsg(retMsg, &writeIndex, sourceMsg.len); in GetMultiDataSerializedMsg()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 164 IAM_STATIC ResultCode WriteUInt32ToMsg(Uint8Array *msg, uint32_t *writeIndex, uint32_t value) in WriteUInt32ToMsg() function 288 ResultCode writeTypeResult = WriteUInt32ToMsg(retMsg, &writeIndex, g_attributeKeyArray[i]); in GetAttributeSerializedMsg() 291 ResultCode writeLengthResult = WriteUInt32ToMsg(retMsg, &writeIndex, array->len); in GetAttributeSerializedMsg()
|