Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_coap_secure.cpp73 uint16_t bytesPrinted = 0; in PrintPayload() local
83 otMessageRead(aMessage, otMessageGetOffset(aMessage) + bytesPrinted, buf, bytesToPrint); in PrintPayload()
88 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.cpp5003 uint16_t bytesPrinted = 0; in HandleDiagnosticGetResponse() local
5019 otMessageRead(aMessage, otMessageGetOffset(aMessage) + bytesPrinted, buf, bytesToPrint); in HandleDiagnosticGetResponse()
5024 bytesPrinted += bytesToPrint; in HandleDiagnosticGetResponse()