Lines Matching refs:AddBootEventWithValue
192 boot_event_store.AddBootEventWithValue(event, value); in RecordBootEventFromCommandLine()
1122 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
1126 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix()
1139 boot_event_store->AddBootEventWithValue(property, time_in_ms); in RecordInitBootTimeProp()
1193 boot_event_store->AddBootEventWithValue("boottime.bootloader." + timing.first, timing.second); in RecordBootloaderTimings()
1196 boot_event_store->AddBootEventWithValue("boottime.bootloader.total", total_time); in RecordBootloaderTimings()
1220 boot_event_store->AddBootEventWithValue("absolute_boot_time", absolute_total_sec.count()); in RecordAbsoluteBootTime()
1294 boot_event_store.AddBootEventWithValue("time_since_last_boot", time_since_last_boot); in RecordBootComplete()
1297 boot_event_store.AddBootEventWithValue("last_boot_time_utc", current_time_utc); in RecordBootComplete()
1313 boot_event_store.AddBootEventWithValue("boot_decryption_complete", uptime_s.count()); in RecordBootComplete()
1317 boot_event_store.AddBootEventWithValue(boot_complete_prefix + "_post_decrypt", in RecordBootComplete()
1320 boot_event_store.AddBootEventWithValue(boot_complete_prefix + "_no_encryption", in RecordBootComplete()
1328 boot_event_store.AddBootEventWithValue(boot_complete_prefix, uptime_s.count()); in RecordBootComplete()
1372 boot_event_store.AddBootEventWithValue("boot_reason", boot_reason); in RecordBootReason()
1377 boot_event_store.AddBootEventWithValue("system_boot_reason", system_boot_reason); in RecordBootReason()
1404 boot_event_store.AddBootEventWithValue("factory_reset_current_time_failure", in RecordFactoryReset()
1416 boot_event_store.AddBootEventWithValue("factory_reset_current_time", current_time_utc); in RecordFactoryReset()
1422 boot_event_store.AddBootEventWithValue("factory_reset", current_time_utc); in RecordFactoryReset()
1440 boot_event_store.AddBootEventWithValue("factory_reset_record_value", factory_reset_utc); in RecordFactoryReset()
1443 boot_event_store.AddBootEventWithValue("time_since_factory_reset", time_since_factory_reset); in RecordFactoryReset()