Home
last modified time | relevance | path

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

/aosp12/system/core/bootstat/
H A Dboot_event_record_store.cpp56 BootEventRecordStore::BootEventRecordStore() { in BootEventRecordStore() function in BootEventRecordStore
60 void BootEventRecordStore::AddBootEvent(const std::string& event) { in AddBootEvent()
69 void BootEventRecordStore::AddBootEventWithValue(const std::string& event, int32_t value) { in AddBootEventWithValue()
98 bool BootEventRecordStore::GetBootEvent(const std::string& event, BootEventRecord* record) const { in GetBootEvent()
113 std::vector<BootEventRecordStore::BootEventRecord> BootEventRecordStore::GetAllBootEvents() const { in GetAllBootEvents()
142 void BootEventRecordStore::SetStorePath(const std::string& path) { in SetStorePath()
147 std::string BootEventRecordStore::GetBootEventPath(const std::string& event) const { in GetBootEventPath()
H A Dboot_event_record_store_test.cpp131 BootEventRecordStore store; in TEST_F()
146 BootEventRecordStore store; in TEST_F()
178 BootEventRecordStore store; in TEST_F()
190 BootEventRecordStore store; in TEST_F()
194 BootEventRecordStore::BootEventRecord record; in TEST_F()
215 BootEventRecordStore store; in TEST_F()
220 BootEventRecordStore::BootEventRecord record; in TEST_F()
H A Dboot_event_record_store.h29 class BootEventRecordStore {
35 BootEventRecordStore();
69 DISALLOW_COPY_AND_ASSIGN(BootEventRecordStore);
H A Dbootstat.cpp158 BootEventRecordStore boot_event_store; in LogBootEvents()
188 BootEventRecordStore boot_event_store; in RecordBootEventFromCommandLine()
203 BootEventRecordStore boot_event_store; in PrintBootEvents()
1118 BootEventRecordStore boot_event_store; in CalculateBootCompletePrefix()
1119 BootEventRecordStore::BootEventRecord record; in CalculateBootCompletePrefix()
1217 void RecordAbsoluteBootTime(BootEventRecordStore* boot_event_store, in RecordAbsoluteBootTime()
1283 BootEventRecordStore boot_event_store; in RecordBootComplete()
1284 BootEventRecordStore::BootEventRecord record; in RecordBootComplete()
1371 BootEventRecordStore boot_event_store; in RecordBootReason()
1388 BootEventRecordStore boot_event_store; in RecordFactoryReset()
[all …]