Lines Matching +full:runs +full:- +full:on

10  *   http://www.apache.org/licenses/LICENSE-2.0
13 * software distributed under the License is distributed on an
23 #include "gen-cpp/ParentService.h"
24 #include "gen-cpp/ChildService.h"
37 log_->append(EventLog::ET_CALL_INCREMENT_GENERATION, 0, 0); in incrementGeneration()
43 log_->append(EventLog::ET_CALL_GET_GENERATION, 0, 0); in getGeneration()
49 log_->append(EventLog::ET_CALL_ADD_STRING, 0, 0); in addString()
55 log_->append(EventLog::ET_CALL_GET_STRINGS, 0, 0); in getStrings()
61 log_->append(EventLog::ET_CALL_GET_DATA_WAIT, 0, 0); in getDataWait()
70 log_->append(EventLog::ET_CALL_ONEWAY_WAIT, 0, 0); in onewayWait()
77 log_->append(EventLog::ET_CALL_EXCEPTION_WAIT, 0, 0); in exceptionWait()
88 log_->append(EventLog::ET_CALL_UNEXPECTED_EXCEPTION_WAIT, 0, 0); in unexpectedExceptionWait()
131 log_->append(EventLog::ET_WAIT_RETURN, 0, 0); in blockUntilTriggered()
153 log_->append(EventLog::ET_CALL_SET_VALUE, 0, 0); in setValue()
162 log_->append(EventLog::ET_CALL_GET_VALUE, 0, 0); in getValue()
207 log_->append(EventLog::ET_CONN_CREATED, context->id, 0); in createContext()
216 if (input != context->input) { in deleteContext()
219 if (output != context->output) { in deleteContext()
223 log_->append(EventLog::ET_CONN_DESTROYED, context->id, 0); in deleteContext()
245 log_->append(EventLog::ET_PROCESS, context->id, 0); in processContext()
267 log_->append(EventLog::ET_CALL_STARTED, connContext->id, context->id, fnName); in getContext()
274 log_->append(EventLog::ET_CALL_FINISHED, context->connContext->id, context->id, fnName); in freeContext()
281 log_->append(EventLog::ET_PRE_READ, context->connContext->id, context->id, fnName); in preRead()
288 log_->append(EventLog::ET_POST_READ, context->connContext->id, context->id, fnName); in postRead()
294 log_->append(EventLog::ET_PRE_WRITE, context->connContext->id, context->id, fnName); in preWrite()
301 log_->append(EventLog::ET_POST_WRITE, context->connContext->id, context->id, fnName); in postWrite()
307 log_->append(EventLog::ET_ASYNC_COMPLETE, context->connContext->id, context->id, fnName); in asyncComplete()
313 log_->append(EventLog::ET_HANDLER_ERROR, context->connContext->id, context->id, fnName); in handlerError()
318 // Note: we can't use BOOST_CHECK_EQUAL here, since the handler runs in a in checkName()
321 if (context->name != fnName) { in checkName()
324 context->name.c_str(), in checkName()