Home
last modified time | relevance | path

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

/openthread-3.6.0/src/cli/
Dcli_output.cpp111 void Output::OutputBytes(const uint8_t *aBytes, uint16_t aLength) in OutputBytes()
119 void Output::OutputBytesLine(const uint8_t *aBytes, uint16_t aLength) in OutputBytesLine()
Dcli.cpp8579 extern "C" void otCliOutputBytes(const uint8_t *aBytes, uint8_t aLength) in otCliOutputBytes()
/openthread-3.6.0/tests/unit/
Dtest_heap_string.cpp167 void VerifyData(const Heap::Data &aData, const uint8_t *aBytes, uint16_t aLength) in VerifyData()
/openthread-3.6.0/src/core/common/
Dstring.cpp303 StringWriter &StringWriter::AppendHexBytes(const uint8_t *aBytes, uint16_t aLength) in AppendHexBytes()