Searched refs:checkCallEvents (Results 1 – 1 of 1) sorted by relevance
/thrift-3.4.0/lib/cpp/test/processor/ |
D | ProcessorTest.cpp | 412 uint32_t checkCallEvents(const std::shared_ptr<EventLog>& log, in checkCallEvents() function 662 = checkCallEvents(log, client1Id, EventLog::ET_CALL_SET_VALUE, "ChildService.setValue"); in testSeparateConnections() 667 checkCallEvents(log, client2Id, EventLog::ET_CALL_GET_VALUE, "ChildService.getValue"); in testSeparateConnections() 673 = checkCallEvents(log, client1Id, EventLog::ET_CALL_GET_VALUE, "ChildService.getValue"); in testSeparateConnections()
|