Home
last modified time | relevance | path

Searched refs:UncleanShutdownCollector (Results 1 – 4 of 4) sorted by relevance

/system/core/crash_reporter/
Dunclean_shutdown_collector.cc32 UncleanShutdownCollector::UncleanShutdownCollector() in UncleanShutdownCollector() function in UncleanShutdownCollector
38 UncleanShutdownCollector::~UncleanShutdownCollector() { in ~UncleanShutdownCollector()
41 bool UncleanShutdownCollector::Enable() { in Enable()
51 bool UncleanShutdownCollector::DeleteUncleanShutdownFiles() { in DeleteUncleanShutdownFiles()
62 bool UncleanShutdownCollector::Collect() { in Collect()
80 bool UncleanShutdownCollector::Disable() { in Disable()
85 bool UncleanShutdownCollector::DeadBatteryCausedUncleanShutdown() { in DeadBatteryCausedUncleanShutdown()
Dunclean_shutdown_collector.h29 class UncleanShutdownCollector : public CrashCollector {
31 UncleanShutdownCollector();
32 ~UncleanShutdownCollector() override;
59 DISALLOW_COPY_AND_ASSIGN(UncleanShutdownCollector);
Dcrash_reporter.cc110 UncleanShutdownCollector *unclean_shutdown_collector, in Initialize()
289 UncleanShutdownCollector unclean_shutdown_collector; in main()
Dunclean_shutdown_collector_test.cc46 class UncleanShutdownCollectorMock : public UncleanShutdownCollector {