Home
last modified time | relevance | path

Searched defs:aBytes (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/tests/unit/
Dtest_heap_string.cpp167 void VerifyData(const Heap::Data &aData, const uint8_t *aBytes, uint16_t aLength) in VerifyData()
/openthread-latest/src/cli/
Dcli_utils.cpp111 void Utils::OutputBytes(const uint8_t *aBytes, uint16_t aLength) in OutputBytes()
119 void Utils::OutputBytesLine(const uint8_t *aBytes, uint16_t aLength) in OutputBytesLine()
Dcli.cpp8553 extern "C" void otCliOutputBytes(const uint8_t *aBytes, uint8_t aLength) in otCliOutputBytes()
/openthread-latest/src/core/net/
Dnd6.cpp230 Error RouterAdvert::TxMessage::AppendBytes(const uint8_t *aBytes, uint16_t aLength) in AppendBytes()
/openthread-latest/src/core/common/
Dstring.cpp350 StringWriter &StringWriter::AppendHexBytes(const uint8_t *aBytes, uint16_t aLength) in AppendHexBytes()