/openthread-latest/src/core/common/ |
D | encoding.hpp | 179 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
|
D | frame_data.hpp | 147 template <typename ObjectType> Error Read(ObjectType &aObject) in Read() function in ot::FrameData
|
D | tlvs.hpp | 319 …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
|
D | message.cpp | 637 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
|
D | settings.hpp | 824 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
|
D | settings.cpp | 314 void Settings::ChildInfoIterator::Read(void) in Read() function in ot::Settings::ChildInfoIterator
|
D | message.hpp | 869 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/ |
D | network_diagnostic_tlvs.cpp | 128 void MleCountersTlv::Read(MleCounters &aDiagMleCounters) const in Read() function in ot::NetworkDiagnostic::MleCountersTlv
|
/openthread-latest/src/core/meshcop/ |
D | dataset_manager.cpp | 100 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
|
D | dataset.hpp | 317 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/ |
D | hdlc_interface.cpp | 193 void HdlcInterface::Read(void) in Read() function in ot::Posix::HdlcInterface
|
/openthread-latest/src/core/coap/ |
D | coap_message.cpp | 603 Error Option::Iterator::Read(uint16_t aLength, void *aBuffer) in Read() function in ot::Coap::Option::Iterator
|