Home
last modified time | relevance | path

Searched refs:UpdateLogLevel (Results 1 – 2 of 2) sorted by relevance

/base/update/updateservice/interfaces/innerkits/include/
Dupdate_helper.h149 enum class UpdateLogLevel { enum
181 static bool JudgeLevel(const UpdateLogLevel& level);
183 static void SetLogLevel(const UpdateLogLevel& level) in SetLogLevel()
188 static const UpdateLogLevel& GetLogLevel() in GetLogLevel()
196 static UpdateLogLevel level_;
201 if (UpdateHelper::JudgeLevel(UpdateLogLevel::LEVEL)) \
/base/update/updateservice/engine/src/
Dupdate_helper.cpp40 UpdateLogLevel UpdateHelper::level_ = UpdateLogLevel::UPDATE_INFO;
195 bool UpdateHelper::JudgeLevel(const UpdateLogLevel& level) in JudgeLevel()
197 const UpdateLogLevel& curLevel = UpdateHelper::GetLogLevel(); in JudgeLevel()