Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp163 void Service::NotifyStateChange(const std::string& new_state) const { in NotifyStateChange() function in android::init::Service
304 NotifyStateChange("stopped"); in Reap()
346 NotifyStateChange("restarting"); in Reap()
613 NotifyStateChange("running"); in Start()
667 NotifyStateChange("stopping"); in Terminate()
679 NotifyStateChange("stopping"); in Timeout()
722 NotifyStateChange("stopping"); in StopOrReset()
724 NotifyStateChange("stopped"); in StopOrReset()
Dservice.h142 void NotifyStateChange(const std::string& new_state) const;