Searched defs:wait_for_property (Results 1 - 2 of 2) sorted by relevance

/system/core/libnetutils/
H A Ddhcp_utils.c65 static int wait_for_property(const char *name, const char *desired_value, int maxwait) function
215 if (wait_for_property(daemon_prop_name, desired_status, 10) < 0) {
221 if (wait_for_property(result_prop_name, NULL, 30) < 0) {
227 /* shouldn't ever happen, given the success of wait_for_property() */
278 if (wait_for_property(daemon_prop_name, desired_status, 5) < 0) {
307 if (wait_for_property(daemon_prop_name, desired_status, 5) < 0) {
357 if (wait_for_property(result_prop_name, NULL, 30) < 0) {
363 /* shouldn't ever happen, given the success of wait_for_property() */
/system/netd/
H A DMDnsSdListener.cpp519 wait_for_property(MDNS_SERVICE_STATUS, "running", 5);
534 wait_for_property(MDNS_SERVICE_STATUS, "stopped", 5);
688 static int wait_for_property(const char *name, const char *desired_value, int maxwait) function

Completed in 31 milliseconds