Home
last modified time | relevance | path

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

/system/core/bootstat/
Dboot_event_record_store_test.cpp139 auto events = store.GetAllBootEvents(); in TEST_F()
160 auto events = store.GetAllBootEvents(); in TEST_F()
183 auto events = store.GetAllBootEvents(); in TEST_F()
Dboot_event_record_store.h49 std::vector<BootEventRecord> GetAllBootEvents() const;
Dboot_event_record_store.cpp113 std::vector<BootEventRecordStore::BootEventRecord> BootEventRecordStore::GetAllBootEvents() const { in GetAllBootEvents() function in BootEventRecordStore
Dbootstat.cpp159 auto events = boot_event_store.GetAllBootEvents(); in LogBootEvents()
204 auto events = boot_event_store.GetAllBootEvents(); in PrintBootEvents()