Searched refs:testCaseType (Results 1 – 4 of 4) sorted by relevance
202 …l qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType);
427 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() argument429 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType); in qpTestLog_startCase()
450 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase() argument452 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE) in startCase()
162 void startCase (const char* testCasePath, qpTestCaseType testCaseType);