• Home
  • Raw
  • Download

Lines Matching refs:AddBootEventWithValue

176       boot_event_store.AddBootEventWithValue(event, value);  in RecordBootEventFromCommandLine()
1167 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
1171 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
1184 boot_event_store->AddBootEventWithValue(property, time_in_ms); in RecordInitBootTimeProp()
1238 boot_event_store->AddBootEventWithValue("boottime.bootloader." + timing.first, timing.second); in RecordBootloaderTimings()
1241 boot_event_store->AddBootEventWithValue("boottime.bootloader.total", total_time); in RecordBootloaderTimings()
1265 boot_event_store->AddBootEventWithValue("absolute_boot_time", absolute_total_sec.count()); in RecordAbsoluteBootTime()
1338 boot_event_store.AddBootEventWithValue("time_since_last_boot", time_since_last_boot); in RecordBootComplete()
1341 boot_event_store.AddBootEventWithValue("last_boot_time_utc", current_time_utc); in RecordBootComplete()
1356 boot_event_store.AddBootEventWithValue(boot_complete_prefix + "_no_encryption", in RecordBootComplete()
1362 boot_event_store.AddBootEventWithValue(boot_complete_prefix, uptime_s.count()); in RecordBootComplete()
1406 boot_event_store.AddBootEventWithValue("boot_reason", boot_reason); in RecordBootReason()
1411 boot_event_store.AddBootEventWithValue("system_boot_reason", system_boot_reason); in RecordBootReason()
1438 boot_event_store.AddBootEventWithValue("factory_reset_current_time_failure", in RecordFactoryReset()
1450 boot_event_store.AddBootEventWithValue("factory_reset_current_time", current_time_utc); in RecordFactoryReset()
1456 boot_event_store.AddBootEventWithValue("factory_reset", current_time_utc); in RecordFactoryReset()
1474 boot_event_store.AddBootEventWithValue("factory_reset_record_value", factory_reset_utc); in RecordFactoryReset()
1477 boot_event_store.AddBootEventWithValue("time_since_factory_reset", time_since_factory_reset); in RecordFactoryReset()