Home
last modified time | relevance | path

Searched refs:ET_ASYNC_COMPLETE (Results 1 – 4 of 4) sorted by relevance

/thrift-3.4.0/lib/cpp/test/processor/
DEventLog.h57 static EventType ET_ASYNC_COMPLETE; variable
DEventLog.cpp61 EVENT_TYPE(ET_ASYNC_COMPLETE);
DHandlers.h307 log_->append(EventLog::ET_ASYNC_COMPLETE, context->connContext->id, context->id, fnName); in asyncComplete()
DProcessorTest.cpp715 BOOST_CHECK_EQUAL(EventLog::ET_ASYNC_COMPLETE, event.type); in testOnewayCall()