Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/core/common/include/
Dans_log_wrapper.h84 #define PRINT_LOG(LEVEL, Level, fmt, ...) \ argument
85 if (AnsLogWrapper::JudgeLevel(AnsLogLevel::LEVEL)) \
99 #define PRINT_REMINDER_LOG(LEVEL, Level, fmt, ...) \ argument
100 if (AnsLogWrapper::JudgeLevel(AnsLogLevel::LEVEL)) \
/base/notification/common_event_service/frameworks/common/log/include/
Devent_log_wrapper.h84 #define PRINT_LOG(LEVEL, Level, fmt, ...) \ argument
85 if (EventLogWrapper::JudgeLevel(EventLogLevel::LEVEL)) \
/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_json_decorator.cpp34 constexpr char LEVEL[] = "level"; variable
95 if (!baseInfo.isMember(LEVEL)) { in HiSysEventJsonDecorator()
99 std::string levelDes = baseInfo[LEVEL].asString(); in HiSysEventJsonDecorator()
/base/hiviewdfx/hiview/plugins/eventservice/
Devent_json_parser.cpp43 constexpr char LEVEL[] = "level"; variable
324 if (!baseJsonInfo.isObject() || !HasStringMember(baseJsonInfo, LEVEL)) { in EventJsonParser()
328 baseInfo.level = baseJsonInfo[LEVEL].asString(); in EventJsonParser()
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h709 #define PRINT_LOG(LEVEL, Level, fmt, ...) \ argument
710 if (UpdateHelper::JudgeLevel(UpdateLogLevel::LEVEL)) \