Searched refs:current_time_utc (Results 1 – 1 of 1) sorted by relevance
1136 time_t current_time_utc = time(nullptr); in RecordBootComplete() local1141 time_since_last_boot = difftime(current_time_utc, last_boot_time_utc); in RecordBootComplete()1145 boot_event_store.AddBootEventWithValue("last_boot_time_utc", current_time_utc); in RecordBootComplete()1232 time_t current_time_utc = time(nullptr); in RecordFactoryReset() local1234 if (current_time_utc < 0) { in RecordFactoryReset()1237 std::abs(current_time_utc)); in RecordFactoryReset()1242 std::abs(current_time_utc)); in RecordFactoryReset()1245 android::metricslogger::LogHistogram("factory_reset_current_time", current_time_utc); in RecordFactoryReset()1249 boot_event_store.AddBootEventWithValue("factory_reset_current_time", current_time_utc); in RecordFactoryReset()1255 boot_event_store.AddBootEventWithValue("factory_reset", current_time_utc); in RecordFactoryReset()[all …]