Home
last modified time | relevance | path

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

/system/core/bootstat/
Dbootstat.cpp158 BootEventRecordStore boot_event_store; in LogBootEvents() local
159 auto events = boot_event_store.GetAllBootEvents(); in LogBootEvents()
188 BootEventRecordStore boot_event_store; in RecordBootEventFromCommandLine() local
192 boot_event_store.AddBootEventWithValue(event, value); in RecordBootEventFromCommandLine()
195 boot_event_store.AddBootEvent(event); in RecordBootEventFromCommandLine()
203 BootEventRecordStore boot_event_store; in PrintBootEvents() local
204 auto events = boot_event_store.GetAllBootEvents(); in PrintBootEvents()
1117 BootEventRecordStore boot_event_store; in CalculateBootCompletePrefix() local
1119 if (!boot_event_store.GetBootEvent(kBuildDateKey, &record)) { in CalculateBootCompletePrefix()
1121 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
[all …]