Searched refs:BootEventRecordStore (Results 1 – 4 of 4) sorted by relevance
56 BootEventRecordStore::BootEventRecordStore() { in BootEventRecordStore() function in BootEventRecordStore60 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()
29 class BootEventRecordStore {35 BootEventRecordStore();69 DISALLOW_COPY_AND_ASSIGN(BootEventRecordStore);
131 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()
158 BootEventRecordStore boot_event_store; in LogBootEvents()188 BootEventRecordStore boot_event_store; in RecordBootEventFromCommandLine()203 BootEventRecordStore boot_event_store; in PrintBootEvents()1117 BootEventRecordStore boot_event_store; in CalculateBootCompletePrefix()1118 BootEventRecordStore::BootEventRecord record; in CalculateBootCompletePrefix()1133 void RecordInitBootTimeProp(BootEventRecordStore* boot_event_store, const char* property) { in RecordInitBootTimeProp()1187 void RecordBootloaderTimings(BootEventRecordStore* boot_event_store, in RecordBootloaderTimings()1216 void RecordAbsoluteBootTime(BootEventRecordStore* boot_event_store, in RecordAbsoluteBootTime()1282 BootEventRecordStore boot_event_store; in RecordBootComplete()1283 BootEventRecordStore::BootEventRecord record; in RecordBootComplete()[all …]