Searched refs:netOrderValue (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 131 uint32_t netOrderValue;
in ReadUint32FromMsg() local 132 Uint8Array uint8Data = { (uint8_t *)&netOrderValue, sizeof(netOrderValue) };
in ReadUint32FromMsg() 139 *retValue = Ntohl32(netOrderValue);
in ReadUint32FromMsg() 166 uint32_t netOrderValue = Htonl32(value);
in WriteUInt32ToMsg() local 168 WriteDataToMsg(msg, writeIndex, (Uint8Array){ (uint8_t *)&netOrderValue, sizeof(netOrderValue) });
in WriteUInt32ToMsg() 323 uint32_t netOrderValue;
in GetAttributeUint32() local 324 Uint8Array uint32Data = { (uint8_t *)&netOrderValue, sizeof(netOrderValue) };
in GetAttributeUint32() 337 uint32_t netOrderValue = Htonl32(value); SetAttributeUint32() local 365 uint64_t netOrderValue; GetAttributeUint64() local 379 uint64_t netOrderValue = Htonl64(value); SetAttributeUint64() local [all...] |
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 150 uint32_t netOrderValue;
in ReadUint32FromMsg() local 151 Uint8Array uint8Data = { (uint8_t *)&netOrderValue, sizeof(netOrderValue) };
in ReadUint32FromMsg() 158 *retValue = Ntohl32(netOrderValue);
in ReadUint32FromMsg() 185 uint32_t netOrderValue = Htonl32(value);
in WriteUInt32ToMsg() local 187 WriteDataToMsg(msg, writeIndex, (Uint8Array){ (uint8_t *)&netOrderValue, sizeof(netOrderValue) });
in WriteUInt32ToMsg() 341 uint32_t netOrderValue;
in GetAttributeUint32() local 342 Uint8Array uint32Data = { (uint8_t *)&netOrderValue, sizeof(netOrderValue) };
in GetAttributeUint32() 355 uint32_t netOrderValue = Htonl32(value); SetAttributeUint32() local 383 uint64_t netOrderValue; GetAttributeUint64() local 397 uint64_t netOrderValue = Htonl64(value); SetAttributeUint64() local [all...] |
Completed in 2 milliseconds