Home
last modified time | relevance | path

Searched defs:command (Results 1 – 12 of 12) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DResponse.cs17 public static Response CommandFailed(Command command, string reason) in CommandFailed()
27 public static Response InvalidCommand(Command command) in InvalidCommand()
32 public static Response Success(Command command) in Success()
37 public static Response Success(Command command, IEnumerable<byte> data) in Success()
42 public static Response Success(Command command, string text) in Success()
52 public static Response Event(Command command, int eventDescriptor, IEnumerable<byte> data) in Event()
67 private Response(ReturnCode returnCode, Command? command, string text) in Response()
73 private Response(ReturnCode returnCode, Command? command, IEnumerable<byte> data) in Response()
78 …private Response(ReturnCode returnCode, Command? command, int? eventDescriptor = null, byte[] data… in Response()
147 private readonly Command? command; field in Antmicro.Renode.Network.ExternalControl.Response
DIInstanceBasedCommand.cs76 …public static bool TryGetName(Command command, List<byte> data, int offset, out string name, out R… in TryGetName()
110 …private static bool TryDecodeNameLength(Command command, List<byte> data, int offset, out int leng… in TryDecodeNameLength()
132 …private static bool TryDecodeName(Command command, List<byte> data, int offset, int length, out st… in TryDecodeName()
DExternalControlServer.cs259 private bool TryHandleCommand(out Response response, Command command, List<byte> data) in TryHandleCommand()
372 public Command command; field
396 public void Register(ICommand command) in Register()
DADC.cs68 private int GetExpectedPayloadCount(ADCCommand command) in GetExpectedPayloadCount()
DGPIOPort.cs107 private int GetExpectedPayloadCount(GPIOPortCommand command) in GetExpectedPayloadCount()
/Renode-v1.15.3-c57714d/.vscode/
Dtasks.json10 "command": "./build.sh -d", string
21 "command": "./build.sh", string
/Renode-v1.15.3-c57714d/tests/platforms/
Decho-i2c-peripheral.py24 def unknown_command(self, command): argument
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DRenodeKeywords.cs53 public string ExecuteCommand(string command, string machine = null) in ExecuteCommand()
74 public object ExecutePython(string command, string machine = null) in ExecutePython()
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c327 api_command_t command; member
371 uint8_t command = 0; in renode_receive_event() local
395 static renode_error_t *renode_receive_response(renode_t *renode, api_command_t *command, void **dat… in renode_receive_response()
579 api_command_t command; in renode_run_for() local
655 int8_t command; member
751 int8_t command; member
811 int8_t command; member
/Renode-v1.15.3-c57714d/tools/gdb_compare/
Dgdb_compare.py150 def command(self, input: str, expected_log: str = "") -> None: member in Renode
/Renode-v1.15.3-c57714d/tools/sel4_extensions/
Dgdbscript.py165 def _sel4_break_invoke_helper(command, arg): argument
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/src/
Drenode_bridge.cpp210 tlm::tlm_command command = tlm::TLM_IGNORE_COMMAND; in initialize_payload() local