Home
last modified time | relevance | path

Searched refs:UPDATE_DEBUG (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h48 UPDATE_DEBUG = 0, enumerator
123 …UpdateLogLevel::UPDATE_DEBUG, std::string(fmt), std::string(args), std::string(__FILE__), __LINE__…
/ohos5.0/base/update/updateservice/foundations/ability/log/src/test/unittest/src/
H A Dupdate_log_test.cpp50 UpdateLogLevel level = UpdateLogLevel::UPDATE_DEBUG;
/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp82 case UpdateLogLevel::UPDATE_DEBUG: in PrintSingleLine()