Home
last modified time | relevance | path

Searched refs:ShortStr2LogLevel (Results 1 – 5 of 5) 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/interfaces/native/innerkits/
Dlibhilog.map87 …"OHOS::HiviewDFX::ShortStr2LogLevel(std::__h::basic_string<char, std::__h::char_traits<char>, std:…
94 …"OHOS::HiviewDFX::ShortStr2LogLevel(std::__h::basic_string<char, std::__h::char_traits<char>, std:…
/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()