Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dlowpan.hpp148 Error Write(uint8_t aByte) in Write() function in ot::Lowpan::BufferWriter
170 Error Write(const void *aBuf, uint8_t aLength) in Write() function in ot::Lowpan::BufferWriter
195 Error Write(const Message &aMessage, uint8_t aLength) in Write() function in ot::Lowpan::BufferWriter
/openthread-2.7.6/src/posix/platform/
Dhdlc_interface.cpp228 otError HdlcInterface::Write(const uint8_t *aFrame, uint16_t aLength) in Write() function in ot::Posix::HdlcInterface
/openthread-2.7.6/src/core/common/
Dmessage.hpp818 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write() function in ot::Message