Lines Matching refs:AddBootEventWithValue
192 boot_event_store.AddBootEventWithValue(event, value); in RecordBootEventFromCommandLine()
1121 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
1125 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
1138 boot_event_store->AddBootEventWithValue(property, time_in_ms); in RecordInitBootTimeProp()
1192 boot_event_store->AddBootEventWithValue("boottime.bootloader." + timing.first, timing.second); in RecordBootloaderTimings()
1195 boot_event_store->AddBootEventWithValue("boottime.bootloader.total", total_time); in RecordBootloaderTimings()
1219 boot_event_store->AddBootEventWithValue("absolute_boot_time", absolute_total_sec.count()); in RecordAbsoluteBootTime()
1293 boot_event_store.AddBootEventWithValue("time_since_last_boot", time_since_last_boot); in RecordBootComplete()
1296 boot_event_store.AddBootEventWithValue("last_boot_time_utc", current_time_utc); in RecordBootComplete()
1312 boot_event_store.AddBootEventWithValue("boot_decryption_complete", uptime_s.count()); in RecordBootComplete()
1316 boot_event_store.AddBootEventWithValue(boot_complete_prefix + "_post_decrypt", in RecordBootComplete()
1319 boot_event_store.AddBootEventWithValue(boot_complete_prefix + "_no_encryption", in RecordBootComplete()
1325 boot_event_store.AddBootEventWithValue(boot_complete_prefix, uptime_s.count()); in RecordBootComplete()
1369 boot_event_store.AddBootEventWithValue("boot_reason", boot_reason); in RecordBootReason()
1374 boot_event_store.AddBootEventWithValue("system_boot_reason", system_boot_reason); in RecordBootReason()
1401 boot_event_store.AddBootEventWithValue("factory_reset_current_time_failure", in RecordFactoryReset()
1413 boot_event_store.AddBootEventWithValue("factory_reset_current_time", current_time_utc); in RecordFactoryReset()
1419 boot_event_store.AddBootEventWithValue("factory_reset", current_time_utc); in RecordFactoryReset()
1437 boot_event_store.AddBootEventWithValue("factory_reset_record_value", factory_reset_utc); in RecordFactoryReset()
1440 boot_event_store.AddBootEventWithValue("time_since_factory_reset", time_since_factory_reset); in RecordFactoryReset()