Lines Matching refs:SysEvent
117 void ReportUserPanicWarning(std::shared_ptr<SysEvent> event, long pid);
119 void StartFfrtDump(std::shared_ptr<SysEvent> event);
120 void CollectMemInfo(int fd, std::shared_ptr<SysEvent> event);
121 void SaveDbToFile(const std::shared_ptr<SysEvent>& event);
122 void StartLogCollect(std::shared_ptr<SysEvent> event);
123 int GetFile(std::shared_ptr<SysEvent> event, std::string& logFile, bool isFfrt);
124 bool JudgmentRateLimiting(std::shared_ptr<SysEvent> event);
125 bool WriteCommonHead(int fd, std::shared_ptr<SysEvent> event);
126 void GetAppFreezeStack(int jsonFd, std::shared_ptr<SysEvent> event,
131 void WriteKernelStackToFile(std::shared_ptr<SysEvent> event, int originFd,
133 bool WriteFreezeJsonInfo(int fd, int jsonFd, std::shared_ptr<SysEvent> event);
134 bool UpdateDB(std::shared_ptr<SysEvent> event, std::string logFile);
137 bool IsHandleAppfreeze(std::shared_ptr<SysEvent> event);
138 void CheckEventOnContinue(std::shared_ptr<SysEvent> event);
144 void GetFailedDumpStackMsg(std::string& stack, std::shared_ptr<SysEvent> event);
146 void WriteCallStack(std::shared_ptr<SysEvent> event, int fd);
150 long GetEventPid(std::shared_ptr<SysEvent> &sysEvent);