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

  /external/dbus/tools/
dbus-send.c 219 int reply_timeout; local
236 reply_timeout = -1;
255 reply_timeout = strtol (strchr (arg, '=') + 1,
463 message, reply_timeout,
  /external/dbus/bus/
bus.h 62 int reply_timeout; /**< How long to wait before timing out a reply */ member in struct:__anon3142
config-parser.c 493 parser->limits.reply_timeout = 5 * 60 * 1000; /* 5 minutes */
    [all...]
bus.c 1109 return context->limits.reply_timeout;
    [all...]

Completed in 42 milliseconds