Searched refs:bytesPrinted (Results 1 – 3 of 3) sorted by relevance
71 uint16_t bytesPrinted = 0; in PrintPayload() local81 otMessageRead(aMessage, otMessageGetOffset(aMessage) + bytesPrinted, buf, bytesToPrint); in PrintPayload()86 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()
7539 uint16_t bytesPrinted = 0; in HandleDiagnosticGetResponse() local7555 otMessageRead(aMessage, otMessageGetOffset(aMessage) + bytesPrinted, buf, bytesToPrint); in HandleDiagnosticGetResponse()7560 bytesPrinted += bytesToPrint; in HandleDiagnosticGetResponse()