Searched refs:bytesPrinted (Results 1 – 3 of 3) sorted by relevance
73 uint16_t bytesPrinted = 0; in PrintPayload() local83 otMessageRead(aMessage, otMessageGetOffset(aMessage) + bytesPrinted, buf, bytesToPrint); in PrintPayload()88 bytesPrinted += bytesToPrint; in PrintPayload()
122 uint16_t bytesPrinted = 0; in PrintPayload() local132 otMessageRead(aMessage, otMessageGetOffset(aMessage) + bytesPrinted, buf, bytesToPrint); in PrintPayload()137 bytesPrinted += bytesToPrint; in PrintPayload()
5003 uint16_t bytesPrinted = 0; in HandleDiagnosticGetResponse() local5019 otMessageRead(aMessage, otMessageGetOffset(aMessage) + bytesPrinted, buf, bytesToPrint); in HandleDiagnosticGetResponse()5024 bytesPrinted += bytesToPrint; in HandleDiagnosticGetResponse()