Searched refs:responseError (Results 1 – 3 of 3) sorted by relevance
73 NSError *responseError =79 completionHandler(nil, responseError);
1292 otError responseError = OT_ERROR_NONE; in CommandHandler_PEEK() local1306 SuccessOrExit(responseError = mEncoder.BeginFrame(aHeader, SPINEL_CMD_PEEK_RET)); in CommandHandler_PEEK()1307 SuccessOrExit(responseError = mEncoder.WriteUint32(address)); in CommandHandler_PEEK()1308 SuccessOrExit(responseError = mEncoder.WriteUint16(count)); in CommandHandler_PEEK()1309 …SuccessOrExit(responseError = mEncoder.WriteData(reinterpret_cast<const uint8_t *>(address), count… in CommandHandler_PEEK()1310 SuccessOrExit(responseError = mEncoder.EndFrame()); in CommandHandler_PEEK()1315 responseError = PrepareLastStatusResponse(aHeader, ThreadErrorToSpinelStatus(parseError)); in CommandHandler_PEEK()1318 return responseError; in CommandHandler_PEEK()
936 Error responseError; in ProcessResponse() local946 SuccessOrExit(ParseResponse(response, type, responseError)); in ProcessResponse()947 FinalizeQuery(response, type, responseError); in ProcessResponse()