Searched refs:boot_complete_prefix (Results 1 – 1 of 1) sorted by relevance
1130 std::string boot_complete_prefix = "boot_complete"; in CalculateBootCompletePrefix() local1141 boot_complete_prefix = "factory_reset_" + boot_complete_prefix; in CalculateBootCompletePrefix()1145 boot_complete_prefix = "ota_" + boot_complete_prefix; in CalculateBootCompletePrefix()1150 return boot_complete_prefix; in CalculateBootCompletePrefix()1321 std::string boot_complete_prefix = CalculateBootCompletePrefix(); in RecordBootComplete() local1322 if (boot_complete_prefix.empty()) { in RecordBootComplete()1331 boot_event_store.AddBootEventWithValue(boot_complete_prefix + "_no_encryption", in RecordBootComplete()1337 boot_event_store.AddBootEventWithValue(boot_complete_prefix, uptime_s.count()); in RecordBootComplete()