Searched refs:wait_for_property (Results 1 - 3 of 3) 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
217 if (wait_for_property(daemon_prop_name, desired_status, 10) < 0) {
223 if (wait_for_property(result_prop_name, NULL, 30) < 0) {
229 /* shouldn't ever happen, given the success of wait_for_property() */
280 if (wait_for_property(daemon_prop_name, desired_status, 5) < 0) {
309 if (wait_for_property(daemon_prop_name, desired_status, 5) < 0) {
359 if (wait_for_property(result_prop_name, NULL, 30) < 0) {
365 /* shouldn't ever happen, given the success of wait_for_property() */
/system/netd/
H A DMDnsSdListener.h138 static int wait_for_property(const char *name, const char *desired_value, int maxwait);
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 100 milliseconds