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

/system/core/libnetutils/
H A Ddhcp_utils.c66 static int wait_for_property(const char *name, const char *desired_value, int maxwait) function
228 if (wait_for_property(daemon_prop_name, desired_status, 10) < 0) {
234 if (wait_for_property(result_prop_name, NULL, 30) < 0) {
240 /* shouldn't ever happen, given the success of wait_for_property() */
284 if (wait_for_property(daemon_prop_name, desired_status, 5) < 0) {
313 if (wait_for_property(daemon_prop_name, desired_status, 5) < 0) {
364 if (wait_for_property(result_prop_name, NULL, 30) < 0) {
370 /* shouldn't ever happen, given the success of wait_for_property() */
/system/netd/
H A DMDnsSdListener.cpp520 wait_for_property(MDNS_SERVICE_STATUS, "running", 5);
535 wait_for_property(MDNS_SERVICE_STATUS, "stopped", 5);
689 static int wait_for_property(const char *name, const char *desired_value, int maxwait) function

Completed in 57 milliseconds