Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/host/smartperf/ide/test/trace/component/setting/utils/
DPluginConvertUtils.test.ts69 logLevel: levelFromJSON("Info"), variable
/developtools/profiler/device/plugins/hiperf_plugin/src/
Dhiperf_module.cpp49 auto logLevel = config.log_level(); in ParseConfigToCmd() local
/developtools/hdc/src/daemon/
Dmain.cpp147 int logLevel = atoi(optarg); in GetDaemonCommandlineOptions() local
/developtools/hdc/src/host/
Dmain.cpp316 int logLevel = atoi(optarg); in GetCommandlineOptions() local
/developtools/hdc/src/common/
Dbase.cpp37 void SetLogLevel(const uint8_t logLevel) in SetLogLevel()
78 void GetLogLevelAndTime(uint8_t logLevel, string &logLevelString, string &timeString) in GetLogLevelAndTime()
206 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx()
243 void PrintLogEx(uint8_t logLevel, char *msg, ...) in PrintLogEx()
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecordTrace.ts1033 logLevel: levelFromJSON(probesConfig.hilogConfig[0]), variable
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts811 logLevel: Level; property