Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h82 std::string ComboLogLevel2Str(uint16_t shiftLevel);
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp158 EXPECT_EQ(ComboLogLevel2Str(logLevelEntries[i].comboLogLevel), logLevelEntries[i].str);
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/
H A Dlibhilog.map96 "OHOS::HiviewDFX::ComboLogLevel2Str(unsigned short)";
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp267 string ComboLogLevel2Str(uint16_t shiftLevel) in ComboLogLevel2Str() function