Searched refs:UncleanShutdownCollector (Results 1 – 4 of 4) sorted by relevance
32 UncleanShutdownCollector::UncleanShutdownCollector() in UncleanShutdownCollector() function in UncleanShutdownCollector38 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()
29 class UncleanShutdownCollector : public CrashCollector {31 UncleanShutdownCollector();32 ~UncleanShutdownCollector() override;59 DISALLOW_COPY_AND_ASSIGN(UncleanShutdownCollector);
110 UncleanShutdownCollector *unclean_shutdown_collector, in Initialize()289 UncleanShutdownCollector unclean_shutdown_collector; in main()
46 class UncleanShutdownCollectorMock : public UncleanShutdownCollector {