Searched refs:testCaseType (Results 1 – 4 of 4) sorted by relevance
194 …l qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType);
409 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() argument411 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType); in qpTestLog_startCase()
444 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase() argument446 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE) in startCase()
160 void startCase (const char* testCasePath, qpTestCaseType testCaseType);