Home
last modified time | relevance | path

Searched refs:LogLevel2Str (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h77 std::string LogLevel2Str(uint16_t logLevel);
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp229 string LogLevel2Str(uint16_t logLevel) in LogLevel2Str() function
279 str += (LogLevel2Str(l) + (shiftLevel != 0 ? "," : "")); in ComboLogLevel2Str()
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp153 EXPECT_EQ(LogLevel2Str(logLevelEntries[i].logLevel), logLevelEntries[i].str);
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp291 string level = LogLevel2Str(static_cast<uint16_t>(i + LevelBase)); in HilogShowLogStatsInfo()
/base/hiviewdfx/hilog/interfaces/native/innerkits/
Dlibhilog.map44 "OHOS::HiviewDFX::LogLevel2Str(unsigned short)";