Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-watch.c280 const char *watch_type; in _dbus_watch_list_set_functions() local
286 watch_type = "readwrite"; in _dbus_watch_list_set_functions()
288 watch_type = "read"; in _dbus_watch_list_set_functions()
290 watch_type = "write"; in _dbus_watch_list_set_functions()
292 watch_type = "not read or write"; in _dbus_watch_list_set_functions()
295 watch_type, in _dbus_watch_list_set_functions()
Ddbus-mainloop.c39 const char *watch_type; in watch_flags_to_string() local
43 watch_type = "readwrite"; in watch_flags_to_string()
45 watch_type = "read"; in watch_flags_to_string()
47 watch_type = "write"; in watch_flags_to_string()
49 watch_type = "not read or write"; in watch_flags_to_string()
50 return watch_type; in watch_flags_to_string()