Searched refs:LogLevel2ShortStr (Results 1 – 6 of 6) sorted by relevance
79 std::string LogLevel2ShortStr(uint16_t logLevel);
131 out << " " << LogLevel2ShortStr(content.level) << " "; in PrintLogPrefix()
246 string LogLevel2ShortStr(uint16_t logLevel) in LogLevel2ShortStr() function
152 EXPECT_EQ(LogLevel2ShortStr(logLevelEntries[i].logLevel), logLevelEntries[i].shortStr);
93 "OHOS::HiviewDFX::LogLevel2ShortStr(unsigned short)";
501 return key == "" ? RET_FAIL : (PropertySet(key, LogLevel2ShortStr(lvl))); in SetLevel()