Home
last modified time | relevance | path

Searched refs:kBytesLength (Results 1 – 1 of 1) sorted by relevance

/external/openthread/src/cli/
Dcli_output.hpp248 template <uint8_t kBytesLength> void OutputBytes(const uint8_t (&aBytes)[kBytesLength]) in OutputBytes() argument
250 OutputBytes(aBytes, kBytesLength); in OutputBytes()
262 template <uint8_t kBytesLength> void OutputBytesLine(const uint8_t (&aBytes)[kBytesLength]) in OutputBytesLine() argument
264 OutputBytesLine(aBytes, kBytesLength); in OutputBytesLine()
484 template <uint8_t kBytesLength> void OutputBytes(const uint8_t (&aBytes)[kBytesLength]) in OutputBytes() argument
486 mOutput.OutputBytes(aBytes, kBytesLength); in OutputBytes()
489 template <uint8_t kBytesLength> void OutputBytesLine(const uint8_t (&aBytes)[kBytesLength]) in OutputBytesLine() argument
491 mOutput.OutputBytesLine(aBytes, kBytesLength); in OutputBytesLine()