Home
last modified time | relevance | path

Searched refs:UpdateLogContent (Results 1 - 2 of 2) sorted by relevance

/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h55 struct UpdateLogContent { struct
63 UpdateLogContent BuildWithArgs(const std::string &argsInput) const in BuildWithArgs()
68 UpdateLogContent BuildWithFmtAndArgs(const std::string &logInput, const std::string &argsInput) const in BuildWithFmtAndArgs()
86 static void PrintLongLog(const uint32_t subModuleTag, const UpdateLogContent &logContent);
89 static void PrintLog(const uint32_t subModuleTag, const UpdateLogContent &logContent);
90 static void PrintSingleLine(const uint32_t subModuleTag, const UpdateLogContent &logContent);
/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp56 void UpdateLog::PrintLongLog(const uint32_t subModuleTag, const UpdateLogContent &logContent) in PrintLongLog()
66 void UpdateLog::PrintLog(const uint32_t subModuleTag, const UpdateLogContent &logContent) in PrintLog()
77 void UpdateLog::PrintSingleLine(const uint32_t subModuleTag, const UpdateLogContent &logContent) in PrintSingleLine()

Completed in 2 milliseconds