Searched refs:watch_type (Results 1 – 2 of 2) sorted by relevance
297 const char *watch_type; in _dbus_watch_list_set_functions() local303 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()
42 const char *watch_type; in watch_flags_to_string() local46 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()