Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_coap_secure.cpp71 uint16_t bytesPrinted = 0; in PrintPayload() local
81 otMessageRead(aMessage, otMessageGetOffset(aMessage) + bytesPrinted, buf, bytesToPrint); in PrintPayload()
86 bytesPrinted += bytesToPrint; in PrintPayload()
Dcli_coap.cpp122 uint16_t bytesPrinted = 0; in PrintPayload() local
132 otMessageRead(aMessage, otMessageGetOffset(aMessage) + bytesPrinted, buf, bytesToPrint); in PrintPayload()
137 bytesPrinted += bytesToPrint; in PrintPayload()
Dcli.cpp7539 uint16_t bytesPrinted = 0; in HandleDiagnosticGetResponse() local
7555 otMessageRead(aMessage, otMessageGetOffset(aMessage) + bytesPrinted, buf, bytesToPrint); in HandleDiagnosticGetResponse()
7560 bytesPrinted += bytesToPrint; in HandleDiagnosticGetResponse()