Lines Matching refs:ShellCatcher
26 DEFINE_LOG_LABEL(0xD002D01, "EventLogger-ShellCatcher");
27 ShellCatcher::ShellCatcher() : EventLogCatcher()
29 name_ = "ShellCatcher";
32 bool ShellCatcher::Initialize(const std::string& cmd, int type, int catcherPid)
41 void ShellCatcher::SetEvent(std::shared_ptr<SysEvent> event)
46 int ShellCatcher::DoChildProcesscatcher(int writeFd)
81 int ShellCatcher::CaDoInChildProcesscatcher(int writeFd)
128 void ShellCatcher::DoChildProcess(int writeFd)
172 void ShellCatcher::SetFocusWindowId(const std::string& focusWindowId)
177 bool ShellCatcher::ReadShellToFile(int writeFd, const std::string& cmd)
195 int ShellCatcher::Catch(int fd, int jsonFd)