Home
last modified time | relevance | path

Searched refs:Str2LogLevel (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h78 uint16_t Str2LogLevel(const std::string& str);
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp127 * @tc.desc: LogLevel2Str & Str2LogLevel.
154 EXPECT_EQ(Str2LogLevel(logLevelEntries[i].str), logLevelEntries[i].logLevel); in HWTEST_F()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp235 uint16_t Str2LogLevel(const string& str) in Str2LogLevel() function
262 return Str2LogLevel(str); in PrettyStr2LogLevel()

Completed in 3 milliseconds