Home
last modified time | relevance | path

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

/system/core/bootstat/
Dbootstat.cpp142 BootEventRecordStore boot_event_store; in LogBootEvents() local
143 auto events = boot_event_store.GetAllBootEvents(); in LogBootEvents()
172 BootEventRecordStore boot_event_store; in RecordBootEventFromCommandLine() local
176 boot_event_store.AddBootEventWithValue(event, value); in RecordBootEventFromCommandLine()
179 boot_event_store.AddBootEvent(event); in RecordBootEventFromCommandLine()
187 BootEventRecordStore boot_event_store; in PrintBootEvents() local
188 auto events = boot_event_store.GetAllBootEvents(); in PrintBootEvents()
1141 BootEventRecordStore boot_event_store; in CalculateBootCompletePrefix() local
1143 if (!boot_event_store.GetBootEvent(kBuildDateKey, &record)) { in CalculateBootCompletePrefix()
1145 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
[all …]