Lines Matching refs:otError

124     otError ReadBool(bool &aBool);
136 otError ReadInt8(int8_t &aInt8);
148 otError ReadUint8(uint8_t &aUint8);
160 otError ReadInt16(int16_t &aInt16);
172 otError ReadUint16(uint16_t &aUint16);
184 otError ReadInt32(int32_t &aInt32);
196 otError ReadUint32(uint32_t &aUint32);
208 otError ReadInt64(int64_t &aInt64);
220 otError ReadUint64(uint64_t &aUint64);
232 otError ReadUintPacked(unsigned int &aUint);
245 otError ReadIp6Address(const spinel_ipv6addr_t *&aIp6AddrPtr) in ReadIp6Address()
261 otError ReadIp6Address(const otIp6Address *&aIp6AddrPtr) in ReadIp6Address()
277 otError ReadIp6Address(const uint8_t *&aIp6AddrBufPtr) in ReadIp6Address()
293 otError ReadIp6Address(spinel_ipv6addr_t &aIp6Addr);
306 otError ReadIp6Address(otIp6Address &aIp6Addr);
319 otError ReadEui64(const spinel_eui64_t *&aEui64Ptr) in ReadEui64()
335 otError ReadEui64(const otExtAddress *&aEui64Ptr) in ReadEui64()
351otError ReadEui64(const uint8_t *&aEui64BufPtr) { return ReadItem(&aEui64BufPtr, sizeof(spinel_eui… in ReadEui64()
364 otError ReadEui64(spinel_eui64_t &aEui64);
377 otError ReadEui64(otExtAddress &aEui64);
390 otError ReadEui48(const spinel_eui48_t *&aEui48Ptr) in ReadEui48()
406otError ReadEui48(const uint8_t *&aEui48BufPtr) { return ReadItem(&aEui48BufPtr, sizeof(spinel_eui… in ReadEui48()
419 otError ReadEui48(spinel_eui48_t &aEui48);
432 otError ReadUtf8(const char *&aUtf8);
446 otError ReadData(const uint8_t *&aData, uint16_t &aDataLen);
463 otError ReadDataWithLen(const uint8_t *&aData, uint16_t &aDataLen);
476 otError OpenStruct(void);
486 otError CloseStruct(void);
528 otError ResetToSaved(void);
531 otError ReadItem(const uint8_t **aPtr, uint16_t aSize);