Home
last modified time | relevance | path

Searched defs:Write (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/common/
Dencoding.hpp251 template <> inline void Write(uint8_t aValue, uint8_t *aBuffer) { *aBuffer = aValue; } in Write() function
252 template <> inline void Write(uint16_t aValue, uint8_t *aBuffer) { WriteUint16(aValue, aBuffer); } in Write() function
253 template <> inline void Write(uint32_t aValue, uint8_t *aBuffer) { WriteUint32(aValue, aBuffer); } in Write() function
254 template <> inline void Write(uint64_t aValue, uint8_t *aBuffer) { WriteUint64(aValue, aBuffer); } in Write() function
423 template <> inline void Write(uint8_t aValue, uint8_t *aBuffer) { *aBuffer = aValue; } in Write() function
424 template <> inline void Write(uint16_t aValue, uint8_t *aBuffer) { WriteUint16(aValue, aBuffer); } in Write() function
425 template <> inline void Write(uint32_t aValue, uint8_t *aBuffer) { WriteUint32(aValue, aBuffer); } in Write() function
426 template <> inline void Write(uint64_t aValue, uint8_t *aBuffer) { WriteUint64(aValue, aBuffer); } in Write() function
Dframe_builder.hpp269 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write() function in ot::FrameBuilder
Dmessage.hpp992 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write() function in ot::Message
/openthread-latest/src/core/net/
Dtcp6_ext.cpp52 Error TcpCircularSendBuffer::Write(Tcp::Endpoint &aEndpoint, in Write() function in ot::Ip6::TcpCircularSendBuffer
/openthread-latest/src/core/meshcop/
Ddataset.hpp381 template <typename SimpleTlvType> Error Write(const typename SimpleTlvType::ValueType &aValue) in Write() function in ot::MeshCoP::Dataset
398 template <typename UintTlvType> Error Write(typename UintTlvType::UintValueType aValue) in Write() function in ot::MeshCoP::Dataset
/openthread-latest/src/posix/platform/
Dhdlc_interface.cpp234 otError HdlcInterface::Write(const uint8_t *aFrame, uint16_t aLength) in Write() function in ot::Posix::HdlcInterface