Lines Matching refs:data
51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str());
52 return data->getStatusCode() != TESTSTATUSCODE_PENDING && data->getStatusCode() != TESTSTATUSCODE_RUNNING;
386 void BatchExecutor::dispatchStateChanged (CallReader& data)
392 data >> executor
399 void BatchExecutor::dispatchTestLogData (CallReader& data)
404 data >> executor
407 executor->onTestLogData(data.getDataBlock(numBytes), numBytes);
410 void BatchExecutor::dispatchInfoLogData (CallReader& data)
415 data >> executor
418 executor->onInfoLogData(data.getDataBlock(numBytes), numBytes);