Searched refs:IsRecoveryPanicEvent (Results 1 – 4 of 4) sorted by relevance
143 ASSERT_TRUE(PanicReport::IsRecoveryPanicEvent(sysEvent));145 ASSERT_FALSE(PanicReport::IsRecoveryPanicEvent(sysEvent));
93 bool IsRecoveryPanicEvent(const std::shared_ptr<SysEvent>& sysEvent);
153 bool IsRecoveryPanicEvent(const std::shared_ptr<SysEvent>& sysEvent) in IsRecoveryPanicEvent() function
89 if (PanicReport::IsRecoveryPanicEvent(sysEvent)) { in HandleBBoxEvent()