Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/test/moduletest/common/
H A Dadapter_test.cpp97 SetGlobalLevel(ShortStr2LogLevel(charLevels[i]));
104 SetDomainLevel(domain, ShortStr2LogLevel(charLevels[i]));
111 SetTagLevel(tag, ShortStr2LogLevel(charLevels[i]));
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/
H A Dlibhilog.map88 …"OHOS::HiviewDFX::ShortStr2LogLevel(std::__h::basic_string<char, std::__h::char_traits<char>, std:…
95 …"OHOS::HiviewDFX::ShortStr2LogLevel(std::__h::basic_string<char, std::__h::char_traits<char>, std:…
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp253 uint16_t ShortStr2LogLevel(const string& str) in ShortStr2LogLevel() function
260 uint16_t level = ShortStr2LogLevel(str); in PrettyStr2LogLevel()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h80 uint16_t ShortStr2LogLevel(const std::string& str);
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp156 EXPECT_EQ(ShortStr2LogLevel(logLevelEntries[i].shortStr), logLevelEntries[i].logLevel);