Searched defs:Write (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/common/ |
D | encoding.hpp | 251 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
|
D | frame_builder.hpp | 269 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write() function in ot::FrameBuilder
|
D | message.hpp | 992 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write() function in ot::Message
|
/openthread-latest/src/core/net/ |
D | tcp6_ext.cpp | 52 Error TcpCircularSendBuffer::Write(Tcp::Endpoint &aEndpoint, in Write() function in ot::Ip6::TcpCircularSendBuffer
|
/openthread-latest/src/core/meshcop/ |
D | dataset.hpp | 381 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/ |
D | hdlc_interface.cpp | 234 otError HdlcInterface::Write(const uint8_t *aFrame, uint16_t aLength) in Write() function in ot::Posix::HdlcInterface
|