Home
last modified time | relevance | path

Searched refs:Message (Results 1 – 25 of 41) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogEntry.cs18 Message = message; in LogEntry()
34 Message == entry.Message; in EqualsWithoutIdTimeAndCount()
55 Message = reader.ReadString(); in Load()
72 writer.Write(Message); in Save()
82 public string Message { get; private set; } property in Antmicro.Renode.Logging.LogEntry
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/ConsoleBackendAnalyzers/
DProcessBasedProvider.cs60 if(!e.Message.Contains("finished") && !e.Message.Contains("exited")) in Close()
97 … Logger.LogAs(this, LogLevel.Error, "There was an error when starting process: {0}", e.Message); in RunProcess()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DMemoryBackend.cs66 Message = formatter(entry); in MemoryLogEntry()
71 public string Message { get; } property in Antmicro.Renode.Logging.Backends.MemoryLogEntry
DTextBackend.cs19 var messages = entry.Message.Split('\n').GetEnumerator(); in FormatLogEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DSlipRadio.cs87 …string.Format("There was an error when removing symlink `{0}': {1}", symlink.FullName, e.Message)); in Dispose()
199 …tring.Format("There was an error when removing existing `{0}' symlink: {1}", linkName, e.Message)); in CreateSymlink()
209 …(string.Format("There was an error when when creating a symlink `{0}': {1}", linkName, e.Message)); in CreateSymlink()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DMessageAuthenticationServiceProvider.cs133 … manager.TryReadBytes((long)MsgAuthRegisters.Message, (int)msgBytesLength, out var msgBytes); in NonDMAGCM()
142 manager.TryWriteBytes((long)MsgAuthRegisters.Message, ciphertext); in NonDMAGCM()
145 …manager.TryWriteBytes((long)MsgAuthRegisters.Message + ciphertext.Length, new byte[] { 0, 0, 0, 0 … in NonDMAGCM()
239 Message = 0x80DC, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRV8803_RTC.cs408 parent.Log(LogLevel.Warning, e.Message);
424 parent.Log(LogLevel.Warning, e.Message);
440 parent.Log(LogLevel.Warning, e.Message);
456 parent.Log(LogLevel.Warning, e.Message);
472 parent.Log(LogLevel.Warning, e.Message);
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/
DTokenizationResult.cs35 … + Exception != null ? String.Format(" Exception message: {0}",Exception.Message):""); in ToString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DGPIOTests.cs55 …Assert.That(ex.Message, Is.EqualTo("Cannot connect 10th input of Antmicro.Renode.UnitTests.Mocks.M… in ShouldThrowOnIllegalInputNo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DKS8851.cs68 Message(); in Transmit()
101 private void Message() in Message() method in Antmicro.Renode.Peripherals.Network.KS8851
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMPFS_CAN.cs503 …nt.Log(LogLevel.Warning, "Mailbox #{1} already contains a message: {0}", Message.ToString(), Buffe… in TrySetMessage()
512 Message = message; in TrySetMessage()
521 if(Message == null) in GetData()
525 return BitHelper.ToUInt32(Message.Data, (int)offset, 4, isSwapped); in GetData()
536 public CANMessageFrame Message { get; private set; } property in Antmicro.Renode.Peripherals.CAN.MPFS_CAN.RxMessageBuffer
DSocketCANBridge.cs90 … this.Log(LogLevel.Warning, "Failed to create SocketCAN from {0}: {1}", message, e.Message); in OnFrameReceived()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DWindowsTapInterface.cs239 …ost likely closed - stopping reading from the TAP device file. Exception message: {0}", e.Message); in TransmitLoop()
244 …rror reading data - stopping reading from the TAP device file. Exception message: {0}", e.Message); in TransmitLoop()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCrashHandler.cs82 result.AppendLine(current.Message); in GetFullStackTrace()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DADCChannel.cs136 throw new RecoverableException(e.Message); in ParseSamplesFile()
DEOSS3_ADC.cs92 throw new RecoverableException(e.Message); in ParseSamplesFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSafeBinaryReader.cs173 EndOfStreamEvent?.Invoke(e.Message); in ExecuteAndHandleError()
DSharedLibraries.cs163 message = new Win32Exception(errno).Message; in HandleError()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DShowBackendAnalyzerCommand.cs50 …e initializing analyzer for: {1}. Are you missing a required plugin?", e.Message, peripheral.Value… in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPythonEngine.cs186 errorCallback?.Invoke(e.Message); in Execute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Tools/Network/
DCANHub.cs108 … this.Log(LogLevel.Warning, "Failed to create SocketCAN from {0}: {1}", message, e.Message); in Transmit()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DAmbiqApollo4_Security.cs65 … this.Log(LogLevel.Debug, "Error when reading memory to calculate CRC32: {0}", exception.Message); in CalculateCrc32()
DMAX32650_TPU.cs43 …og(LogLevel.Warning, "Error occured when reading memory to calculate CRC: {0}", exception.Message); in CalculateCrc32()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/MonitorTests/CommandTests/
DPythonCommands.cs123 Assert.Fail(e.Message); in DumpFileTest()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs135 throw new RecoverableException(String.Format("Line : {0}\n{1}", e.Line, e.Message)); in ExecutePythonCommand()

12