Home
last modified time | relevance | path

Searched defs:formatStr (Results 1 – 7 of 7) sorted by relevance

/base/hiviewdfx/hiview/base/
Ddefault_logger.cpp33 std::string formatStr("%s: %s ", format); in Print() local
/base/time/time_service/services/dfx/src/
Dtime_cmd_parse.cpp51 std::string formatStr; in GetFormat() local
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
Dcommand.cpp40 std::string formatStr; in GetFormat() local
/base/update/update_app/common/src/main/ets/util/
DFormatUtils.ts57 export function formatStr(message: string, ...args: (string | number)[]): string { function
/base/theme/screenlock_mgr/services/src/
Dcommand.cpp46 std::string formatStr; in GetFormat() local
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
Dhilog_napi_base.cpp41 void ParseLogContent(string& formatStr, vector<napiParam>& params, string& logContent) in ParseLogContent()
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
Dhilog_module.cpp44 void HilogModule::ParseLogContent(const HilogString *formatStr, const HilogVector *params, HilogStr… in ParseLogContent()