Home
last modified time | relevance | path

Searched refs:SetTagLevel (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/param/include/
H A Dproperties.h53 int SetTagLevel(const std::string& tag, uint16_t lvl);
/ohos5.0/base/hiviewdfx/hilog/test/moduletest/common/
H A Dadapter_test.cpp111 SetTagLevel(tag, ShortStr2LogLevel(charLevels[i]));
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilogtool_test.cpp856 SetTagLevel(tag, LOG_ERROR);
861 SetTagLevel(tag, LOG_INFO);
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/
H A Dlibhilog.map51 …"OHOS::HiviewDFX::SetTagLevel(std::__h::basic_string<char, std::__h::char_traits<char>, std::__h::…
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp527 int SetTagLevel(const std::string& tag, uint16_t lvl) in SetTagLevel() function
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp480 ret = SetTagLevel(context.tags[i], context.baseLevel); in BaseLogLevelHandler()