Searched refs:ReadEui64 (Results 1 – 7 of 7) sorted by relevance
344 otError ReadEui64(const spinel_eui64_t *&aEui64Ptr) in ReadEui64() function in ot::Spinel::Decoder361 otError ReadEui64(const otExtAddress *&aEui64Ptr) in ReadEui64() function in ot::Spinel::Decoder378 …otError ReadEui64(const uint8_t *&aEui64BufPtr) { return ReadItem(&aEui64BufPtr, sizeof(spinel_eui… in ReadEui64() function in ot::Spinel::Decoder392 otError ReadEui64(spinel_eui64_t &aEui64);406 otError ReadEui64(otExtAddress &aEui64);
258 otError Decoder::ReadEui64(spinel_eui64_t &aEui64) in ReadEui64() function in ot::Spinel::Decoder263 EXPECT_NO_ERROR(error = ReadEui64(eui64Ptr)); in ReadEui64()271 otError Decoder::ReadEui64(otExtAddress &aEui64) in ReadEui64() function in ot::Spinel::Decoder276 EXPECT_NO_ERROR(error = ReadEui64(eui64Ptr)); in ReadEui64()
315 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet()342 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyRemove()369 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyInsert()608 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet()
778 SuccessOrExit(error = mDecoder.ReadEui64(eui64)); in HandlePropertyInsert()823 SuccessOrExit(error = mDecoder.ReadEui64(eui64)); in HandlePropertyRemove()1081 if (mDecoder.ReadEui64(eui64) != OT_ERROR_NONE) in HandlePropertyInsert()1117 SuccessOrExit(error = mDecoder.ReadEui64(mSteeringDataAddress)); in HandlePropertySet()
3062 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet()3135 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet()3190 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet()3460 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyInsert()3490 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyInsert()3511 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyInsert()3557 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyRemove()3570 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyRemove()3585 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyRemove()
1632 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet()
153 SuccessOrQuit(decoder.ReadEui64(eui64)); in TestDecoder()