Home
last modified time | relevance | path

Searched refs:sendMain (Results 1 – 6 of 6) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/
Drenode_bus.cpp44 communicationChannel->sendMain(Protocol(ok, 0, 0)); in writeToBus()
48 communicationChannel->sendMain(Protocol(error, 0, 0)); in writeToBus()
56 communicationChannel->sendMain(Protocol(readRequest, addr, readValue)); in readFromBus()
60 communicationChannel->sendMain(Protocol(error, 0, 0)); in readFromBus()
166 communicationChannel->sendMain(Protocol(error, 0, 0)); in registerInterrupt()
286 void NativeCommunicationChannel::sendMain(const Protocol message) in sendMain() function in NativeCommunicationChannel
Drenode_dpi.cpp54 socketChannel->sendMain(Protocol(actionId, address, value, peripheralIndex)); in renodeDPISend()
Drenode_bus.h86 void sendMain(const Protocol message) override;
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/communication/
Dsocket_channel.cpp38 sendMain(Protocol(handshake, 0, 0, noPeripheralIndex)); in handshakeValid()
56 void SocketCommunicationChannel::sendMain(const Protocol message) in sendMain() function in SocketCommunicationChannel
Dcommunication_channel.h16 virtual void sendMain(const Protocol message) = 0;
Dsocket_channel.h22 void sendMain(const Protocol message) override;