Home
last modified time | relevance | path

Searched refs:time_started (Results 1 – 4 of 4) sorted by relevance

/system/core/init/
Dsigchld_handler.cpp82 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()
87 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()
Dservice.h116 android::base::boot_clock::time_point time_started() const { return time_started_; } in time_started() function
Dinit.cpp386 auto timeout_time = s->time_started() + *s->timeout_period(); in HandleProcessActions()
398 auto restart_time = s->time_started() + s->restart_period(); in HandleProcessActions()
/system/apex/apexd/
Dapexd.cpp450 auto time_started = boot_clock::now(); in MountPackageImpl() local
596 boot_clock::now() - time_started).count(); in MountPackageImpl()
2568 auto time_started = boot_clock::now(); in OnBootstrap() local
2650 boot_clock::now() - time_started).count(); in OnBootstrap()
3019 auto time_started = boot_clock::now(); in OnStart() local
3112 boot_clock::now() - time_started).count(); in OnStart()