Home
last modified time | relevance | path

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

/system/core/init/
Dsignal_handler.cpp112 svc->NotifyStateChange("stopped"); in wait_for_one_process()
141 svc->NotifyStateChange("restarting"); in wait_for_one_process()
Dinit.h96 void NotifyStateChange(const char* new_state);
Dinit.cpp96 void service::NotifyStateChange(const char* new_state) { in NotifyStateChange() function in service
398 svc->NotifyStateChange("running"); in service_start()
424 svc->NotifyStateChange("stopping"); in service_stop_or_reset()
426 svc->NotifyStateChange("stopped"); in service_stop_or_reset()