Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp160 void Service::NotifyStateChange(const std::string& new_state) const { in NotifyStateChange() function in android::init::Service
301 NotifyStateChange("stopped"); in Reap()
349 NotifyStateChange("restarting"); in Reap()
620 NotifyStateChange("running"); in Start()
674 NotifyStateChange("stopping"); in Terminate()
686 NotifyStateChange("stopping"); in Timeout()
729 NotifyStateChange("stopping"); in StopOrReset()
731 NotifyStateChange("stopped"); in StopOrReset()
Dservice.h143 void NotifyStateChange(const std::string& new_state) const;