HomeSort by relevance Sort by last modified time
    Searched refs:wait_for_property (Results 1 - 3 of 3) sorted by null

  /system/core/libnetutils/
dhcp_utils.c 65 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/
MDnsSdListener.h 138 static int wait_for_property(const char *name, const char *desired_value, int maxwait);
MDnsSdListener.cpp 519 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 231 milliseconds