Home
last modified time | relevance | path

Searched refs:currInfo (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H A Dgwpasan_collector.cpp104 GwpAsanCurrInfo currInfo; in ReadGwpAsanRecord() local
105 currInfo.description = ((gwpAsanBuffer.size() > ASAN_LOG_SIZE) ? (gwpAsanBuffer.substr(0, ASAN_LOG_SIZE) + in ReadGwpAsanRecord()
107 currInfo.pid = getpid(); in ReadGwpAsanRecord()
108 currInfo.uid = getuid(); in ReadGwpAsanRecord()
109 currInfo.errType = errType; in ReadGwpAsanRecord()
110 currInfo.procName = GetNameByPid(currInfo.pid); in ReadGwpAsanRecord()
111 currInfo.appVersion = ""; in ReadGwpAsanRecord()
115 currInfo.happenTime = std::stoll(timeStr); in ReadGwpAsanRecord()
116 std::string fullName = CalcCollectedLogName(currInfo); in ReadGwpAsanRecord()
134 CalcCollectedLogName(const GwpAsanCurrInfo &currInfo) CalcCollectedLogName() argument
[all...]
H A Dgwpasan_collector.h57 std::string CalcCollectedLogName(const GwpAsanCurrInfo &currInfo);
/base/startup/init/services/modules/reboot/
H A Dreboot_static.c83 static int SetParamCmdInfo(ParamCmdInfo *currInfo, CmdExecutor executor, const char *cmd) in SetParamCmdInfo() argument
86 currInfo->name = Dup2String(REBOOT_NAME_PREFIX, cmd); in SetParamCmdInfo()
87 PLUGIN_CHECK(currInfo->name != NULL, break, "Failed to copy %s", cmd); in SetParamCmdInfo()
88 currInfo->replace = Dup2String(REBOOT_REPLACE_PREFIX, cmd); in SetParamCmdInfo()
89 PLUGIN_CHECK(currInfo->replace != NULL, break, "Failed to copy %s", cmd); in SetParamCmdInfo()
90 currInfo->cmd = Dup2String(REBOOT_CMD_PREFIX, cmd); in SetParamCmdInfo()
91 PLUGIN_CHECK(currInfo->cmd != NULL, break, "Failed to copy %s", cmd); in SetParamCmdInfo()
93 int cmdId = AddCmdExecutor(currInfo->cmd, executor); in SetParamCmdInfo()
96 PLUGIN_LOGV("SetParamCmdInfo '%s' '%s' '%s' ", currInfo->name, currInfo in SetParamCmdInfo()
[all...]

Completed in 3 milliseconds