Searched refs:LogLevelTest (Results 1 – 7 of 7) sorted by relevance
/developtools/hiperf/test/unittest/common/native/ |
D | option_debug_test.cpp | 38 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);
|
D | debug_logger_test.cpp | 37 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));
|
D | virtual_runtime_test.cpp | 41 void LogLevelTest(std::vector<std::string> args, DebugLevel level);
|
D | virtual_thread_test.cpp | 41 void LogLevelTest(std::vector<std::string> args, DebugLevel level);
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
D | debug_logger_test.cpp | 38 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));
|
D | virtual_runtime_test.cpp | 37 void LogLevelTest(std::vector<std::string> args, DebugLevel level);
|
D | virtual_thread_test.cpp | 39 void LogLevelTest(std::vector<std::string> args, DebugLevel level);
|