Searched defs:BootEventRecordStore (Results 1 - 2 of 2) sorted by relevance

/system/core/bootstat/
H A Dboot_event_record_store.h27 // BootEventRecordStore manages the persistence of boot events to the record
29 class BootEventRecordStore { class
35 BootEventRecordStore();
69 DISALLOW_COPY_AND_ASSIGN(BootEventRecordStore);
H A Dboot_event_record_store.cpp72 BootEventRecordStore::BootEventRecordStore() { function in class:BootEventRecordStore
76 void BootEventRecordStore::AddBootEvent(const std::string& event) {
83 void BootEventRecordStore::AddBootEventWithValue(
123 bool BootEventRecordStore::GetBootEvent(
139 std::vector<BootEventRecordStore::BootEventRecord> BootEventRecordStore::
169 void BootEventRecordStore::SetStorePath(const std::string& path) {
174 std::string BootEventRecordStore::GetBootEventPath(

Completed in 37 milliseconds