Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp61 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); … in PrintLongLog()
62 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(fmtLabel, logContent.args)); … in PrintLongLog()
63 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.second)); … in PrintLongLog()
/ohos5.0/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h68 …UpdateLogContent BuildWithFmtAndArgs(const std::string &logInput, const std::string &argsInput) co… in BuildWithFmtAndArgs() function