Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/test/moduletest/common/
Dadapter_test.cpp97 SetGlobalLevel(ShortStr2LogLevel(charLevels[i]));
104 SetDomainLevel(domain, ShortStr2LogLevel(charLevels[i]));
111 SetTagLevel(tag, ShortStr2LogLevel(charLevels[i]));
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h80 uint16_t ShortStr2LogLevel(const std::string& str);
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp153 EXPECT_EQ(ShortStr2LogLevel(logLevelEntries[i].shortStr), logLevelEntries[i].logLevel);
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp251 uint16_t ShortStr2LogLevel(const string& str) in ShortStr2LogLevel() function
258 uint16_t level = ShortStr2LogLevel(str); in PrettyStr2LogLevel()