Home
last modified time | relevance | path

Searched defs:Read (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/core/common/
Dencoding.hpp179 template <> inline uint8_t Read(const uint8_t *aBuffer) { return *aBuffer; } in Read() function
180 template <> inline uint16_t Read(const uint8_t *aBuffer) { return ReadUint16(aBuffer); } in Read() function
181 template <> inline uint32_t Read(const uint8_t *aBuffer) { return ReadUint32(aBuffer); } in Read() function
182 template <> inline uint64_t Read(const uint8_t *aBuffer) { return ReadUint64(aBuffer); } in Read() function
351 template <> inline uint8_t Read(const uint8_t *aBuffer) { return *aBuffer; } in Read() function
352 template <> inline uint16_t Read(const uint8_t *aBuffer) { return ReadUint16(aBuffer); } in Read() function
353 template <> inline uint32_t Read(const uint8_t *aBuffer) { return ReadUint32(aBuffer); } in Read() function
354 template <> inline uint64_t Read(const uint8_t *aBuffer) { return ReadUint64(aBuffer); } in Read() function
Dframe_data.hpp147 template <typename ObjectType> Error Read(ObjectType &aObject) in Read() function in ot::FrameData
Dtlvs.hpp319 …static Error Read(const Message &aMessage, uint16_t aOffset, typename SimpleTlvType::ValueType &aV… in Read() function in ot::Tlv
337 …static Error Read(const Message &aMessage, uint16_t aOffset, typename UintTlvType::UintValueType &… in Read() function in ot::Tlv
355 …static Error Read(const Message &aMessage, uint16_t aOffset, typename StringTlvType::StringType &a… in Read() function in ot::Tlv
Dmessage.cpp637 Error Message::Read(uint16_t aOffset, void *aBuf, uint16_t aLength) const in Read() function in ot::Message
648 Error Message::Read(const OffsetRange &aOffsetRange, void *aBuf, uint16_t aLength) const in Read() function in ot::Message
Dsettings.hpp824 template <typename EntryType> Error Read(EntryType &aEntry) const in Read() function in ot::Settings
850 template <typename EntryType> Error Read(typename EntryType::ValueType &aValue) const in Read() function in ot::Settings
Dsettings.cpp314 void Settings::ChildInfoIterator::Read(void) in Read() function in ot::Settings::ChildInfoIterator
Dmessage.hpp869 template <typename ObjectType> Error Read(uint16_t aOffset, ObjectType &aObject) const in Read() function in ot::Message
887 …template <typename ObjectType> Error Read(const OffsetRange &aOffsetRange, ObjectType &aObject) co… in Read() function in ot::Message
/openthread-latest/src/core/thread/
Dnetwork_diagnostic_tlvs.cpp128 void MleCountersTlv::Read(MleCounters &aDiagMleCounters) const in Read() function in ot::NetworkDiagnostic::MleCountersTlv
/openthread-latest/src/core/meshcop/
Ddataset_manager.cpp100 Error DatasetManager::Read(Dataset &aDataset) const in Read() function in ot::MeshCoP::DatasetManager
131 Error DatasetManager::Read(Dataset::Info &aDatasetInfo) const in Read() function in ot::MeshCoP::DatasetManager
145 Error DatasetManager::Read(Dataset::Tlvs &aDatasetTlvs) const in Read() function in ot::MeshCoP::DatasetManager
Ddataset.hpp317 template <typename SimpleTlvType> Error Read(typename SimpleTlvType::ValueType &aValue) const in Read() function in ot::MeshCoP::Dataset
336 template <typename UintTlvType> Error Read(typename UintTlvType::UintValueType &aValue) const in Read() function in ot::MeshCoP::Dataset
/openthread-latest/src/posix/platform/
Dhdlc_interface.cpp193 void HdlcInterface::Read(void) in Read() function in ot::Posix::HdlcInterface
/openthread-latest/src/core/coap/
Dcoap_message.cpp603 Error Option::Iterator::Read(uint16_t aLength, void *aBuffer) in Read() function in ot::Coap::Option::Iterator