Searched refs:ServerTester (Results 1 – 5 of 5) sorted by relevance
23 ServerTester::ServerTester(sdbusplus::async::context& ctx, int fd) : in ServerTester() function in phosphor::modbus::test::ServerTester27 auto ServerTester::processRequestsInternal() -> void in processRequestsInternal()76 auto ServerTester::processRequests() -> void in processRequests()108 void ServerTester::processMessage(MessageIntf& request, size_t requestSize, in processMessage()132 void ServerTester::processReadHoldingRegisters( in processReadHoldingRegisters()
11 server logic resides in `modbus_server_tester.cpp::ServerTester`, with further14 ### ServerTester subsection16 `ServerTester` acts as a mock Modbus server, intercepting Modbus messages and19 side. `ServerTester` is capable of handling both single and segmented response
14 friend class ServerTester;76 class ServerTester class79 explicit ServerTester(sdbusplus::async::context& ctx, int fd);
30 std::unique_ptr<TestIntf::ServerTester> serverTester;
29 serverTester = std::make_unique<TestIntf::ServerTester>(ctx, fdServer); in BaseTest()