Home
last modified time | relevance | path

Searched refs:exec_service_started_ (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dservice.h107 return exec_service_started_; in exec_service_started()
161 static std::chrono::time_point<std::chrono::steady_clock> exec_service_started_; variable
Dservice.cpp131 std::chrono::time_point<std::chrono::steady_clock> Service::exec_service_started_; member in android::init::Service
398 exec_service_started_ = std::chrono::steady_clock::now(); in ExecStart()