Home
last modified time | relevance | path

Searched refs:testcaseName (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/developer_test/aw/cxx/hwext/
Dperf.cpp154 bool BaseLineManager::GetExtraValueDouble(const string testcaseName, const string extra, double &va… in GetExtraValueDouble() argument
156 if (testcaseName == "" || extra == "") { in GetExtraValueDouble()
157 …DBG_MSG("[ ERROR ] invalid arguments: testcaseName=%s, extra=%s\n", testcaseName.c_str(), extra… in GetExtraValueDouble()
163 … if (properties.count(XML_TAG_CASENAME) == 1 && properties[XML_TAG_CASENAME] == testcaseName) { in GetExtraValueDouble()
198 bool GtestPerfTestCase::SetBaseLine(string testcaseName) in SetBaseLine() argument
200 if (testcaseName == "") { in SetBaseLine()
204 m_strCaseName = testcaseName; in SetBaseLine()
Dperf.h62 … bool GetExtraValueDouble(const std::string testcaseName, const std::string extra, double &value);
92 bool SetBaseLine(std::string testcaseName);
146 bool UpdateBaseLineName(std::string testcaseName);