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