Lines Matching refs:PrepareLastStatusResponse
458 IgnoreError(PrepareLastStatusResponse(header, ThreadErrorToSpinelStatus(error))); in HandleReceive()
1032 error = PrepareLastStatusResponse(aHeader, SPINEL_STATUS_INVALID_COMMAND); in HandleCommand()
1122 … VerifyOrExit(didHandle, error = PrepareLastStatusResponse(aHeader, SPINEL_STATUS_PROP_NOT_FOUND)); in HandleCommandPropertySet()
1131 error = PrepareLastStatusResponse(aHeader, ThreadErrorToSpinelStatus(error)); in HandleCommandPropertySet()
1162 …VerifyOrExit(handler != nullptr, error = PrepareLastStatusResponse(aHeader, SPINEL_STATUS_PROP_NOT… in HandleCommandPropertyInsertRemove()
1179 …VerifyOrExit(error == OT_ERROR_NONE, error = PrepareLastStatusResponse(aHeader, ThreadErrorToSpine… in HandleCommandPropertyInsertRemove()
1188 error = PrepareLastStatusResponse(aHeader, SPINEL_STATUS_OK); in HandleCommandPropertyInsertRemove()
1283 otError NcpBase::CommandHandler_NOOP(uint8_t aHeader) { return PrepareLastStatusResponse(aHeader, S… in CommandHandler_NOOP()
1350 …VerifyOrExit(error == OT_ERROR_NONE, error = PrepareLastStatusResponse(aHeader, ThreadErrorToSpine… in CommandHandler_PROP_VALUE_update()
1403 responseError = PrepareLastStatusResponse(aHeader, ThreadErrorToSpinelStatus(parseError)); in CommandHandler_PEEK()
1432 return PrepareLastStatusResponse(aHeader, ThreadErrorToSpinelStatus(parseError)); in CommandHandler_POKE()