Lines Matching refs:SysEvent
82 void ReportUserPanicWarning(std::shared_ptr<SysEvent> event, long pid);
84 void StartFfrtDump(std::shared_ptr<SysEvent> event);
85 void CollectMemInfo(int fd, std::shared_ptr<SysEvent> event);
86 void SaveDbToFile(const std::shared_ptr<SysEvent>& event);
88 void StartLogCollect(std::shared_ptr<SysEvent> event);
89 int GetFile(std::shared_ptr<SysEvent> event, std::string& logFile, bool isFfrt);
90 bool JudgmentRateLimiting(std::shared_ptr<SysEvent> event);
93 bool WriteCommonHead(int fd, std::shared_ptr<SysEvent> event);
94 void GetAppFreezeStack(int jsonFd, std::shared_ptr<SysEvent> event,
99 void WriteKernelStackToFile(std::shared_ptr<SysEvent> event, int originFd,
101 bool WriteFreezeJsonInfo(int fd, int jsonFd, std::shared_ptr<SysEvent> event,
103 bool UpdateDB(std::shared_ptr<SysEvent> event, std::string logFile);
106 bool IsHandleAppfreeze(std::shared_ptr<SysEvent> event);
107 void CheckEventOnContinue(std::shared_ptr<SysEvent> event);
113 void GetFailedDumpStackMsg(std::string& stack, std::shared_ptr<SysEvent> event);
115 void WriteCallStack(std::shared_ptr<SysEvent> event, int fd);