Home
last modified time | relevance | path

Searched refs:ReadDataFromMsg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c127 IAM_STATIC ResultCode ReadDataFromMsg(const Uint8Array msg, uint32_t *readIndex, Uint8Array *retDat… in ReadDataFromMsg() function
152 ResultCode result = ReadDataFromMsg(msg, readIndex, &uint8Data); in ReadUint32FromMsg()
211 ResultCode readDataResult = ReadDataFromMsg(msg, &readIndex, &readData); in ParseAttributeSerializedMsgInner()
253 ResultCode readDataResult = ReadDataFromMsg(msg, &readIndex, &subMsgData[subMsgIndex]); in ParseMultiDataSerializedMsg()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c108 IAM_STATIC ResultCode ReadDataFromMsg(const Uint8Array msg, uint32_t *readIndex, Uint8Array *retDat… in ReadDataFromMsg() function
133 ResultCode result = ReadDataFromMsg(msg, readIndex, &uint8Data); in ReadUint32FromMsg()
214 ResultCode readDataResult = ReadDataFromMsg(msg, &readIndex, &readData); in ParseAttributeSerializedMsgInner()