Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-watch.c273 const char *watch_type; in _dbus_watch_list_set_functions() local
279 watch_type = "readwrite"; in _dbus_watch_list_set_functions()
281 watch_type = "read"; in _dbus_watch_list_set_functions()
283 watch_type = "write"; in _dbus_watch_list_set_functions()
285 watch_type = "not read or write"; in _dbus_watch_list_set_functions()
288 watch_type, in _dbus_watch_list_set_functions()
Ddbus-mainloop.c38 const char *watch_type; in watch_flags_to_string() local
42 watch_type = "readwrite"; in watch_flags_to_string()
44 watch_type = "read"; in watch_flags_to_string()
46 watch_type = "write"; in watch_flags_to_string()
48 watch_type = "not read or write"; in watch_flags_to_string()
49 return watch_type; in watch_flags_to_string()