Home
last modified time | relevance | path

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

/base/update/updateservice/services/core/ability/log/include/
Dupdate_log.h33 UPDATE_INFO, enumerator
87 #define PRINT_LOGI(label, fmt, ...) PRINT_LOG(label, UpdateLogLevel::UPDATE_INFO, Info, fmt, ##__VA…
97 …UpdateLogLevel::UPDATE_INFO, std::string(fmt), std::string(args), std::string(__FILE__), __LINE__})
/base/update/updateservice/services/core/ability/log/src/
Dupdate_log.cpp20 UpdateLogLevel UpdateLog::level_ = UpdateLogLevel::UPDATE_INFO;
90 case UpdateLogLevel::UPDATE_INFO: in PrintSingleLine()