Searched refs:responseError (Results 1 – 2 of 2) sorted by relevance
1359 otError responseError = OT_ERROR_NONE; in CommandHandler_PEEK() local1373 SuccessOrExit(responseError = mEncoder.BeginFrame(aHeader, SPINEL_CMD_PEEK_RET)); in CommandHandler_PEEK()1374 SuccessOrExit(responseError = mEncoder.WriteUint32(address)); in CommandHandler_PEEK()1375 SuccessOrExit(responseError = mEncoder.WriteUint16(count)); in CommandHandler_PEEK()1376 …SuccessOrExit(responseError = mEncoder.WriteData(reinterpret_cast<const uint8_t *>(address), count… in CommandHandler_PEEK()1377 SuccessOrExit(responseError = mEncoder.EndFrame()); in CommandHandler_PEEK()1382 responseError = PrepareLastStatusResponse(aHeader, ThreadErrorToSpinelStatus(parseError)); in CommandHandler_PEEK()1385 return responseError; in CommandHandler_PEEK()
1313 Error responseError; in ProcessResponse() local1316 SuccessOrExit(ParseResponse(aResponseMessage, query, responseError)); in ProcessResponse()1318 if (responseError != kErrorNone) in ProcessResponse()1336 FinalizeQuery(*query, responseError); in ProcessResponse()