Searched refs:responseError (Results 1 – 2 of 2) sorted by relevance
1380 otError responseError = OT_ERROR_NONE; in CommandHandler_PEEK() local1394 SuccessOrExit(responseError = mEncoder.BeginFrame(aHeader, SPINEL_CMD_PEEK_RET)); in CommandHandler_PEEK()1395 SuccessOrExit(responseError = mEncoder.WriteUint32(address)); in CommandHandler_PEEK()1396 SuccessOrExit(responseError = mEncoder.WriteUint16(count)); in CommandHandler_PEEK()1397 …SuccessOrExit(responseError = mEncoder.WriteData(reinterpret_cast<const uint8_t *>(address), count… in CommandHandler_PEEK()1398 SuccessOrExit(responseError = mEncoder.EndFrame()); in CommandHandler_PEEK()1403 responseError = PrepareLastStatusResponse(aHeader, ThreadErrorToSpinelStatus(parseError)); in CommandHandler_PEEK()1406 return responseError; in CommandHandler_PEEK()
1312 Error responseError; in ProcessResponse() local1315 SuccessOrExit(ParseResponse(aResponseMessage, query, responseError)); in ProcessResponse()1324 if (responseError != kErrorNone) in ProcessResponse()1336 FinalizeQuery(*query, responseError); in ProcessResponse()