/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 | 43 DebugLogger::GetInstance()->SetLogLevel(LEVEL_VERBOSE); in SetDebug()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
D | debug_logger.cpp | 38 savedDebugLevel_ = DebugLogger::GetInstance()->SetLogLevel(level); in ScopeDebugLevel() 44 DebugLogger::GetInstance()->SetLogLevel(savedDebugLevel_); in ~ScopeDebugLevel() 154 DebugLevel DebugLogger::SetLogLevel(DebugLevel debugLevel) in SetLogLevel() function in OHOS::Developtools::HiPerf::DebugLogger 237 SetLogLevel(LEVEL_VERBOSE); in Reset()
|
/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() 152 DebugLevel DebugLogger::SetLogLevel(DebugLevel debugLevel) in SetLogLevel() function in OHOS::Developtools::NativeDaemon::DebugLogger
|
/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/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/hdc/src/test/ |
D | ut_runtime.cpp | 26 Base::SetLogLevel(Hdc::LOG_INFO); in Runtime()
|
/developtools/hdc/src/daemon/ |
D | main.cpp | 152 Base::SetLogLevel(logLevel); in GetDaemonCommandlineOptions()
|
/developtools/hdc/src/host/ |
D | main.cpp | 323 Base::SetLogLevel(logLevel); in GetCommandlineOptions() 459 Base::SetLogLevel(LOG_INFO); in main()
|
/developtools/hdc/src/common/ |
D | base.h | 23 void SetLogLevel(const uint8_t logLevel);
|
D | base.cpp | 37 void SetLogLevel(const uint8_t logLevel) in SetLogLevel() function
|
/developtools/hiperf/include/ |
D | debug_logger.h | 93 DebugLevel SetLogLevel(DebugLevel debugLevel);
|
/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 | 111 Hdc::Base::SetLogLevel(LOG_ALL); in SetUpTestCase() 113 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()
|