Searched refs:NotifyStateChange (Results 1 - 2 of 2) sorted by relevance

/system/core/init/
H A Dservice.cpp238 void Service::NotifyStateChange(const std::string& new_state) const { function in class:android::init::Service
363 NotifyStateChange("stopped");
386 NotifyStateChange("restarting");
973 NotifyStateChange("running");
1007 NotifyStateChange("stopping");
1050 NotifyStateChange("stopping");
1052 NotifyStateChange("stopped");
H A Dservice.h130 void NotifyStateChange(const std::string& new_state) const;

Completed in 556 milliseconds