Home
last modified time | relevance | path

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

/aosp14/system/core/bootstat/
H A 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()
H A Dboot_event_record_store.h49 std::vector<BootEventRecord> GetAllBootEvents() const;
H A Dboot_event_record_store.cpp113 std::vector<BootEventRecordStore::BootEventRecord> BootEventRecordStore::GetAllBootEvents() const { in GetAllBootEvents() function in BootEventRecordStore
H A Dbootstat.cpp143 auto events = boot_event_store.GetAllBootEvents(); in LogBootEvents()
188 auto events = boot_event_store.GetAllBootEvents(); in PrintBootEvents()