Home
last modified time | relevance | path

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

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