Searched refs:LogLevel2Str (Results 1 – 5 of 5) sorted by relevance
77 std::string LogLevel2Str(uint16_t logLevel);
229 string LogLevel2Str(uint16_t logLevel) in LogLevel2Str() function279 str += (LogLevel2Str(l) + (shiftLevel != 0 ? "," : "")); in ComboLogLevel2Str()
153 EXPECT_EQ(LogLevel2Str(logLevelEntries[i].logLevel), logLevelEntries[i].str);
291 string level = LogLevel2Str(static_cast<uint16_t>(i + LevelBase)); in HilogShowLogStatsInfo()
44 "OHOS::HiviewDFX::LogLevel2Str(unsigned short)";