Home
last modified time | relevance | path

Searched defs:IsRunning (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/common/
Daction_processor.h72 bool IsRunning() const { return current_action_ != nullptr || suspended_; } in IsRunning() function
Daction.h114 bool IsRunning() const { in IsRunning() function
/system/core/init/
Dservice.h76 bool IsRunning() { return (flags_ & SVC_RUNNING) != 0; } in IsRunning() function