Searched refs:ReadShellToFile (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/include/ |
H A D | log_catcher_utils.h | 28 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 D | shell_catcher.cpp | 235 bool ShellCatcher::ReadShellToFile(int writeFd, const std::string& cmd) in ReadShellToFile() function in OHOS::HiviewDFX::ShellCatcher 261 ReadShellToFile(fd, catcherCmd_); in Catch()
|
H A D | peer_binder_catcher.cpp | 337 LogCatcherUtils::ReadShellToFile(fd, serviceName, "--ffrt " + std::to_string(pid), count); in CatcherFfrtStack()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/ |
H A D | shell_catcher.h | 73 bool ReadShellToFile(int fd, const std::string& cmd);
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/ |
H A D | log_catcher_utils.cpp | 163 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 D | event_logger.cpp | 226 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()
|