Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/param/include/
Dproperties.h39 uint16_t GetTagLevel(const std::string& tag);
/base/hiviewdfx/hilog/test/moduletest/common/
Dadapter_test.cpp113 EXPECT_EQ(GetTagLevel(tag), expected[i]);
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp93 uint16_t tagLevel = GetTagLevel(tag); in GetFinalLevel()
/base/hiviewdfx/hilog/interfaces/native/innerkits/
Dlibhilog.map90 …"OHOS::HiviewDFX::GetTagLevel(std::__h::basic_string<char, std::__h::char_traits<char>, std::__h::…
/base/hiviewdfx/hilog/frameworks/libhilog/param/
Dproperties.cpp361 uint16_t GetTagLevel(const string& tag) in GetTagLevel() function