Searched refs:testCaseType (Results 1 – 4 of 4) sorted by relevance
192 …l qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType);
407 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() argument409 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType); in qpTestLog_startCase()
365 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase() argument367 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE) in startCase()
157 void startCase (const char* testCasePath, qpTestCaseType testCaseType);