Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp258 uint16_t PrettyStr2LogLevel(const string& str) in PrettyStr2LogLevel() function
302 uint16_t t = PrettyStr2LogLevel(it); in Str2ComboLogLevel()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h81 uint16_t PrettyStr2LogLevel(const std::string& str);
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/
H A Dlibhilog.map47 …"OHOS::HiviewDFX::PrettyStr2LogLevel(std::__h::basic_string<char, std::__h::char_traits<char>, std…
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp281 uint16_t level = PrettyStr2LogLevel(data.data()); in TextToLogLevel()
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp462 uint16_t baseLevel = PrettyStr2LogLevel(arg); in BaseLogLevelHandler()