Searched refs:boot_complete_prefix (Results 1 – 1 of 1) sorted by relevance
1133 std::string boot_complete_prefix = "boot_complete"; in CalculateBootCompletePrefix() local1144 boot_complete_prefix = "factory_reset_" + boot_complete_prefix; in CalculateBootCompletePrefix()1148 boot_complete_prefix = "ota_" + boot_complete_prefix; in CalculateBootCompletePrefix()1153 return boot_complete_prefix; in CalculateBootCompletePrefix()1324 std::string boot_complete_prefix = CalculateBootCompletePrefix(); in RecordBootComplete() local1325 if (boot_complete_prefix.empty()) { in RecordBootComplete()1334 boot_event_store.AddBootEventWithValue(boot_complete_prefix + "_no_encryption", in RecordBootComplete()1340 boot_event_store.AddBootEventWithValue(boot_complete_prefix, uptime_s.count()); in RecordBootComplete()