Home
last modified time | relevance | path

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

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