Searched refs:watch_type (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-watch.c297 const char *watch_type; local
303 watch_type = "readwrite";
305 watch_type = "read";
307 watch_type = "write";
309 watch_type = "not read or write";
312 watch_type,
H A Ddbus-mainloop.c42 const char *watch_type; local
46 watch_type = "readwrite";
48 watch_type = "read";
50 watch_type = "write";
52 watch_type = "not read or write";
53 return watch_type;

Completed in 73 milliseconds