Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-watch.c297 const char *watch_type; in _dbus_watch_list_set_functions() local
303 watch_type = "readwrite"; in _dbus_watch_list_set_functions()
305 watch_type = "read"; in _dbus_watch_list_set_functions()
307 watch_type = "write"; in _dbus_watch_list_set_functions()
309 watch_type = "not read or write"; in _dbus_watch_list_set_functions()
312 watch_type, in _dbus_watch_list_set_functions()
Ddbus-mainloop.c42 const char *watch_type; in watch_flags_to_string() local
46 watch_type = "readwrite"; in watch_flags_to_string()
48 watch_type = "read"; in watch_flags_to_string()
50 watch_type = "write"; in watch_flags_to_string()
52 watch_type = "not read or write"; in watch_flags_to_string()
53 return watch_type; in watch_flags_to_string()