Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp160 EXPECT_EQ(Str2ComboLogLevel(logLevelEntries[i].str), logLevelEntries[i].comboLogLevel);
163 EXPECT_EQ(Str2ComboLogLevel(""), 0xFFFF);
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h83 uint16_t Str2ComboLogLevel(const std::string& str);
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/
H A Dlibhilog.map56 …"OHOS::HiviewDFX::Str2ComboLogLevel(std::__h::basic_string<char, std::__h::char_traits<char>, std:…
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp289 uint16_t Str2ComboLogLevel(const string& str) in Str2ComboLogLevel() function
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp628 uint16_t levels = Str2ComboLogLevel(arg); in LevelHandler()