Home
last modified time | relevance | path

Searched refs:debugLevel (Results 1 – 6 of 6) sorted by relevance

/developtools/hiperf/src/
Doption_debug.cpp22 static bool OnVerboseLevel(const std::vector<std::string> &debugLevel) in OnVerboseLevel() argument
24 if (debugLevel.size() == 0) { in OnVerboseLevel()
32 static bool OnMuchLevel(const std::vector<std::string> &debugLevel) in OnMuchLevel() argument
34 if (debugLevel.size() == 0) { in OnMuchLevel()
42 static bool OnDebugLevel(const std::vector<std::string> &debugLevel) in OnDebugLevel() argument
44 if (debugLevel.size() == 0) { in OnDebugLevel()
52 static bool OnNoDebug(const std::vector<std::string> &debugLevel) in OnNoDebug() argument
54 if (debugLevel.size() == 0) { in OnNoDebug()
61 static bool OnMixLogOutput(const std::vector<std::string> &debugLevel) in OnMixLogOutput() argument
63 if (debugLevel.size() == 0) { in OnMixLogOutput()
Ddebug_logger.cpp153 DebugLevel DebugLogger::SetLogLevel(DebugLevel debugLevel) in SetLogLevel() argument
156 debugLevel_ = debugLevel; in SetLogLevel()
158 printf("setLogLevel %d\n", debugLevel); in SetLogLevel()
/developtools/hdc/src/host/
Dhost_usb.cpp102 libusb_log_level debugLevel; in InitLogging() local
106 debugLevel = LIBUSB_LOG_LEVEL_ERROR; in InitLogging()
109 debugLevel = LIBUSB_LOG_LEVEL_WARNING; in InitLogging()
112 debugLevel = LIBUSB_LOG_LEVEL_INFO; in InitLogging()
115 debugLevel = LIBUSB_LOG_LEVEL_DEBUG; in InitLogging()
120 debugLevel = LIBUSB_LOG_LEVEL_NONE; in InitLogging()
124 libusb_set_option((libusb_context *)ctxUSB, LIBUSB_OPTION_LOG_LEVEL, debugLevel); in InitLogging()
130 debugEnv += std::to_string(debugLevel); in InitLogging()
133 setenv(debugEnv.c_str(), std::to_string(debugLevel).c_str(), 1); in InitLogging()
/developtools/profiler/device/plugins/native_daemon/src/
Ddebug_logger.cpp152 DebugLevel DebugLogger::SetLogLevel(DebugLevel debugLevel) in SetLogLevel() argument
155 debugLevel_ = debugLevel; in SetLogLevel()
157 printf("setLogLevel %d\n", debugLevel); in SetLogLevel()
/developtools/hiperf/include/
Ddebug_logger.h93 DebugLevel SetLogLevel(DebugLevel debugLevel);
124 bool ShouldLog(DebugLevel debugLevel, const std::string &logTag) const;
/developtools/profiler/device/plugins/native_daemon/include/
Ddebug_logger.h81 DebugLevel SetLogLevel(DebugLevel debugLevel);
107 bool ShouldLog(DebugLevel debugLevel, const std::string &logTag) const;