Searched defs:service_name (Results 1 - 1 of 1) sorted by last modified time

/system/core/fastbootd/
H A Dutils.c229 int service_start(const char *service_name) argument
234 property_get(service_name, property_value, "");
236 D(INFO, "Starting %s", service_name);
237 property_set("ctl.start", service_name);
238 if (wait_for_property(service_name, "running", 5))
245 int service_stop(const char *service_name) argument
250 property_set("ctl.stop", service_name);
251 if (wait_for_property(service_name, "stopped", 5))

Completed in 45 milliseconds