| /developtools/hiperf/src/ |
| D | option_debug.cpp | 27 DebugLogger::GetInstance()->SetLogLevel(LEVEL_VERBOSE); in OnVerboseLevel() 37 DebugLogger::GetInstance()->SetLogLevel(LEVEL_MUCH); in OnMuchLevel() 47 DebugLogger::GetInstance()->SetLogLevel(LEVEL_DEBUG); in OnDebugLevel()
|
| D | debug_logger.cpp | 37 savedDebugLevel_ = DebugLogger::GetInstance()->SetLogLevel(level); in ScopeDebugLevel() 43 DebugLogger::GetInstance()->SetLogLevel(savedDebugLevel_); in ~ScopeDebugLevel() 153 DebugLevel DebugLogger::SetLogLevel(DebugLevel debugLevel) in SetLogLevel() function in OHOS::Developtools::HiPerf::DebugLogger 236 SetLogLevel(LEVEL_VERBOSE); in Reset()
|
| D | hiperf_libreport.cpp | 37 DebugLogger::GetInstance()->SetLogLevel(LEVEL_VERBOSE); in SetDebug()
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | log.cpp | 20 bool SetLogLevel(const std::string& level) in SetLogLevel() function
|
| D | log.h | 32 bool SetLogLevel(const std::string& level);
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | debug_logger.cpp | 38 savedDebugLevel_ = DebugLogger::GetInstance()->SetLogLevel(level); in ScopeDebugLevel() 44 DebugLogger::GetInstance()->SetLogLevel(savedDebugLevel_); in ~ScopeDebugLevel() 151 DebugLevel DebugLogger::SetLogLevel(DebugLevel debugLevel) in SetLogLevel() function in OHOS::Developtools::NativeDaemon::DebugLogger
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | debug_logger_test.cpp | 58 DebugLogger::GetInstance()->SetLogLevel(testlevel); in LogLevelTest() 99 DebugLogger::GetInstance()->SetLogLevel(oldLevel); in LogLevelTest() 161 HWTEST_F(DebugLoggerTest, SetLogLevel, TestSize.Level1)
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | debug_logger_test.cpp | 63 DebugLogger::GetInstance()->SetLogLevel(testlevel); in LogLevelTest() 104 DebugLogger::GetInstance()->SetLogLevel(oldLevel); in LogLevelTest() 166 HWTEST_F(DebugLoggerTest, SetLogLevel, TestSize.Level1)
|
| D | option_debug_test.cpp | 94 DebugLogger::GetInstance()->SetLogLevel(oldLevel); in LogLevelTest()
|
| /developtools/hdc/src/daemon/ |
| D | main.cpp | 154 Base::SetLogLevel(logLevel); in GetDaemonCommandlineOptions()
|
| /developtools/hdc/src/test/ |
| D | ut_runtime.cpp | 26 Base::SetLogLevel(Hdc::LOG_INFO); in Runtime()
|
| /developtools/hdc/src/host/ |
| D | main.cpp | 322 Base::SetLogLevel(logLevel); in GetCommandlineOptions() 458 Base::SetLogLevel(LOG_INFO); in main()
|
| /developtools/hiperf/include/ |
| D | debug_logger.h | 93 DebugLevel SetLogLevel(DebugLevel debugLevel);
|
| /developtools/hdc/src/common/ |
| D | base.h | 23 void SetLogLevel(const uint8_t logLevel);
|
| D | base.cpp | 42 void SetLogLevel(const uint8_t logLevel) in SetLogLevel() function
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | debug_logger.h | 81 DebugLevel SetLogLevel(DebugLevel debugLevel);
|
| /developtools/hdc/test/unittest/common/ |
| D | daemon_uart_test.cpp | 116 Hdc::Base::SetLogLevel(LOG_ALL); in SetUpTestCase() 118 Hdc::Base::SetLogLevel(LOG_OFF); in SetUpTestCase()
|
| D | host_uart_test.cpp | 112 Hdc::Base::SetLogLevel(LOG_ALL); in SetUpTestCase() 114 Hdc::Base::SetLogLevel(LOG_OFF); in SetUpTestCase()
|
| D | uart_test.cpp | 106 Hdc::Base::SetLogLevel(LOG_ALL); in SetUpTestCase() 108 Hdc::Base::SetLogLevel(LOG_OFF); in SetUpTestCase()
|
| /developtools/smartperf_host/trace_streamer/src/ |
| D | main.cpp | 282 if (SetLogLevel(std::string(argv[index]))) { in CheckAndSetLogLevel()
|