Home
last modified time | relevance | path

Searched refs:getVerbosity (Results 1 – 7 of 7) sorted by relevance

/external/nos/test/system-test-harness/src/
Druntests.cc105 if (harness->getVerbosity() >= TestHarness::VerbosityLevels::INFO) { in TEST_F()
114 if (harness->getVerbosity() >= TestHarness::VerbosityLevels::INFO) { in TEST_F()
120 if (harness->getVerbosity() >= TestHarness::VerbosityLevels::INFO) { in TEST_F()
128 if (harness->getVerbosity() >= TestHarness::VerbosityLevels::INFO) { in TEST_F()
134 if (harness->getVerbosity() >= TestHarness::VerbosityLevels::INFO) { in TEST_F()
142 if (harness->getVerbosity() >= TestHarness::VerbosityLevels::INFO) { in TEST_F()
163 if (harness->getVerbosity() >= TestHarness::VerbosityLevels::INFO) { in TEST_F()
211 if (harness->getVerbosity() >= TestHarness::VerbosityLevels::INFO) { in TEST_F()
292 int verbosity = harness->getVerbosity(); in TEST_F()
313 harness->setVerbosity(harness->getVerbosity() - 1); in TEST_F()
[all …]
Dutil.cc156 int TestHarness::getVerbosity() const { in getVerbosity() function in test_harness::TestHarness
479 if (harness->getVerbosity() >= INFO) { in Init()
486 if (harness->getVerbosity() >= INFO) { in Init()
Dutil.h79 int getVerbosity() const;
Daes-cmac-tests.cc74 const int verbosity = harness->getVerbosity(); in TEST_F()
Dcavptests.cc80 const int verbosity = harness->getVerbosity(); in TEST_F()
/external/xmlrpcpp/src/
DXmlRpc.h69 static int getVerbosity() in getVerbosity() function
86 int getVerbosity();
DXmlRpcUtil.cpp69 int XmlRpc::getVerbosity() { return XmlRpcLogHandler::getVerbosity(); } in getVerbosity() function in XmlRpc
76 if (level <= XmlRpcLogHandler::getVerbosity()) in log()