Home
last modified time | relevance | path

Searched refs:ComboLogLevel2Str (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h82 std::string ComboLogLevel2Str(uint16_t shiftLevel);
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp155 EXPECT_EQ(ComboLogLevel2Str(logLevelEntries[i].comboLogLevel), logLevelEntries[i].str);
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp265 string ComboLogLevel2Str(uint16_t shiftLevel) in ComboLogLevel2Str() function