Home
last modified time | relevance | path

Searched refs:LOG_LEVEL_MIN (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp103 if (tagLevel != LOG_LEVEL_MIN) { in GetFinalLevel()
107 if (domainLevel != LOG_LEVEL_MIN) { in GetFinalLevel()
115 return LOG_LEVEL_MIN; in GetFinalLevel()
120 return LOG_LEVEL_MIN; in GetFinalLevel()
371 …if ((level <= LOG_LEVEL_MIN) || (level >= LOG_LEVEL_MAX) || (tag == nullptr) || (domain >= DOMAIN_… in HiLogIsLoggable()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp282 if (level == LOG_LEVEL_MIN) { in TextToLogLevel()
331 …static auto *logLevelCache = new LogLevelCache(TextToLogLevel, LOG_LEVEL_MIN, PropType::PROP_GLOBA… in GetGlobalLevel()
351 LogLevelCache* levelCache = new LogLevelCache(TextToLogLevel, LOG_LEVEL_MIN, in GetDomainLevel()
356 return LOG_LEVEL_MIN; in GetDomainLevel()
380 LogLevelCache* levelCache = new LogLevelCache(TextToLogLevel, LOG_LEVEL_MIN, in GetTagLevel()
385 return LOG_LEVEL_MIN; in GetTagLevel()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dlogger_output.cpp66 logPriority = LOG_LEVEL_MIN; in Write()
90 logPriority = LOG_LEVEL_MIN; in Write()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp220 }, LOG_LEVEL_MIN, "INVALID", [](const string& l1, const string& l2) { in __anon9d62ac760202()
244 }, LOG_LEVEL_MIN, "V", [](const string& l1, const string& l2) { in __anon9d62ac760402()
261 if (level == static_cast<uint16_t>(LOG_LEVEL_MIN)) { in PrettyStr2LogLevel()
303 if (t == LOG_LEVEL_MIN || t >= LOG_LEVEL_MAX) { in Str2ComboLogLevel()
/ohos5.0/foundation/multimedia/image_framework/mock/native/include/log/hilog/
H A Dlog_c.h49 LOG_LEVEL_MIN = 0, enumerator
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/
H A Dlog_base.h63 LOG_LEVEL_MIN = 0, enumerator
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
H A Dmusl_log.h49 LOG_LEVEL_MIN = 0, enumerator
/ohos5.0/base/hiviewdfx/hilog/platform/
H A Dhilog_printf.cpp56 if ((level <= LOG_LEVEL_MIN) || (level >= LOG_LEVEL_MAX) || tag == nullptr) { in HiLogIsLoggable()
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
H A Dlog_c.h63 LOG_LEVEL_MIN = 0, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/utils/include/
H A Dentrance_log.h56 LogLevel level_ { LOG_LEVEL_MIN };
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dfi_log.h88 LogLevel level_ { LOG_LEVEL_MIN };
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c116 if ((level <= LOG_LEVEL_MIN) || (level >= LOG_LEVEL_MAX) || tag == NULL) { in HiLogBaseIsLoggable()
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp141 {LOG_LEVEL_MIN, "INVALID", "V", 0},
/ohos5.0/base/hiviewdfx/hilog/test/moduletest/common/
H A Dhilog_base_ndk_test.cpp231 EXPECT_FALSE(HiLogBaseIsLoggable(0xD002D00, "abc", LOG_LEVEL_MIN));
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_log.h468 LogLevel level_ { LOG_LEVEL_MIN };
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp463 if (baseLevel == LOG_LEVEL_MIN) { in BaseLogLevelHandler()