Searched refs:time_started (Results 1 – 3 of 3) sorted by relevance
82 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()87 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()
116 android::base::boot_clock::time_point time_started() const { return time_started_; } in time_started() function
386 auto timeout_time = s->time_started() + *s->timeout_period(); in HandleProcessActions()398 auto restart_time = s->time_started() + s->restart_period(); in HandleProcessActions()