Home
last modified time | relevance | path

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

/developtools/hiperf/test/unittest/common/native/
Doption_debug_test.cpp38 void LogLevelTest(std::vector<std::string> args, DebugLevel level);
66 void OptionDebugTest::LogLevelTest(std::vector<std::string> args, const DebugLevel testlevel) in LogLevelTest() function in OHOS::Developtools::HiPerf::OptionDebugTest
119 LogLevelTest({"--debug", TEST_CMD_NOTHING}, LEVEL_DEBUG);
129 LogLevelTest({"--verbose", TEST_CMD_NOTHING}, LEVEL_VERBOSE);
139 LogLevelTest({"--much", TEST_CMD_NOTHING}, LEVEL_MUCH);
180 LogLevelTest({"--logtag", "OptionDebugTest", TEST_CMD_NOTHING}, LEVEL_MUCH);
181 LogLevelTest({"--logtag", "123", TEST_CMD_NOTHING}, DebugLogger::GetInstance()->GetLogLevel());
192 LogLevelTest({"--nodebug", TEST_CMD_NOTHING}, LEVEL_FATAL);
205 LogLevelTest({"--hilog", TEST_CMD_NOTHING}, LEVEL_FATAL);
Ddebug_logger_test.cpp37 void LogLevelTest(DebugLevel testlevel, bool useStdout = false);
56 void DebugLoggerTest::LogLevelTest(DebugLevel testlevel, bool useStdout) in LogLevelTest() function in OHOS::Developtools::HiPerf::DebugLoggerTest
152 LogLevelTest(static_cast<DebugLevel>(loglevel), true);
157 LogLevelTest(static_cast<DebugLevel>(loglevel), false);
169 LogLevelTest(static_cast<DebugLevel>(loglevel));
260 LogLevelTest(static_cast<DebugLevel>(loglevel));
268 LogLevelTest(static_cast<DebugLevel>(loglevel));
282 LogLevelTest(static_cast<DebugLevel>(loglevel));
Dvirtual_runtime_test.cpp41 void LogLevelTest(std::vector<std::string> args, DebugLevel level);
Dvirtual_thread_test.cpp41 void LogLevelTest(std::vector<std::string> args, DebugLevel level);
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Ddebug_logger_test.cpp38 void LogLevelTest(DebugLevel testlevel, bool useStdout = false);
51 void DebugLoggerTest::LogLevelTest(DebugLevel testlevel, bool useStdout) in LogLevelTest() function in OHOS::Developtools::NativeDaemon::DebugLoggerTest
147 LogLevelTest(static_cast<DebugLevel>(loglevel), true);
152 LogLevelTest(static_cast<DebugLevel>(loglevel), false);
164 LogLevelTest(static_cast<DebugLevel>(loglevel));
263 LogLevelTest(static_cast<DebugLevel>(loglevel));
271 LogLevelTest(static_cast<DebugLevel>(loglevel));
285 LogLevelTest(static_cast<DebugLevel>(loglevel));
Dvirtual_runtime_test.cpp37 void LogLevelTest(std::vector<std::string> args, DebugLevel level);
Dvirtual_thread_test.cpp39 void LogLevelTest(std::vector<std::string> args, DebugLevel level);