Home
last modified time | relevance | path

Searched refs:ReadShellToFile (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/include/
H A Dlog_catcher_utils.h28 void ReadShellToFile(int fd, const std::string& serviceName, const std::string& cmd, int& count);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dshell_catcher.cpp235 bool ShellCatcher::ReadShellToFile(int writeFd, const std::string& cmd) in ReadShellToFile() function in OHOS::HiviewDFX::ShellCatcher
261 ReadShellToFile(fd, catcherCmd_); in Catch()
H A Dpeer_binder_catcher.cpp337 LogCatcherUtils::ReadShellToFile(fd, serviceName, "--ffrt " + std::to_string(pid), count); in CatcherFfrtStack()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dshell_catcher.h73 bool ReadShellToFile(int fd, const std::string& cmd);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp163 void ReadShellToFile(int fd, const std::string& serviceName, const std::string& cmd, int& count) in ReadShellToFile() function
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp226 LogCatcherUtils::ReadShellToFile(ffrtFd, "ApplicationManagerService", cmdAms, count); in StartFfrtDump()
228 LogCatcherUtils::ReadShellToFile(ffrtFd, "SystemAbilityManager", cmdSam, count); in StartFfrtDump()
234 … LogCatcherUtils::ReadShellToFile(ffrtFd, serviceName, "--ffrt " + std::to_string(pid), count); in StartFfrtDump()