Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp213 void Service::NotifyStateChange(const std::string& new_state) const { in NotifyStateChange() function in android::init::Service
319 NotifyStateChange("stopped"); in Reap()
343 NotifyStateChange("restarting"); in Reap()
862 NotifyStateChange("running"); in Start()
896 NotifyStateChange("stopping"); in Terminate()
946 NotifyStateChange("stopping"); in StopOrReset()
948 NotifyStateChange("stopped"); in StopOrReset()
Dservice.h118 void NotifyStateChange(const std::string& new_state) const;