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

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

Completed in 65 milliseconds