Home
last modified time | relevance | path

Searched refs:LogLevel2Str (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h77 std::string LogLevel2Str(uint16_t logLevel);
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp127 * @tc.desc: LogLevel2Str & Str2LogLevel.
153 EXPECT_EQ(LogLevel2Str(logLevelEntries[i].logLevel), logLevelEntries[i].str); in HWTEST_F()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp230 string LogLevel2Str(uint16_t logLevel) in LogLevel2Str() function
280 str += (LogLevel2Str(l) + (shiftLevel != 0 ? "," : "")); in ComboLogLevel2Str()
/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp291 string level = LogLevel2Str(static_cast<uint16_t>(i + LevelBase)); in HilogShowLogStatsInfo()

Completed in 3 milliseconds