NotifyAccess       36 src/core/dbus-service.c static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_notify_access, notify_access, NotifyAccess);
NotifyAccess     2134 src/core/load-fragment.c DEFINE_CONFIG_PARSE_ENUM(config_parse_notify_access, notify_access, NotifyAccess, "Failed to parse notify access specifier");
NotifyAccess     2869 src/core/service.c DEFINE_STRING_TABLE_LOOKUP(notify_access, NotifyAccess);
NotifyAccess      201 src/core/service.h         NotifyAccess notify_access;
NotifyAccess      223 src/core/service.h const char* notify_access_to_string(NotifyAccess i) _const_;
NotifyAccess      224 src/core/service.h NotifyAccess notify_access_from_string(const char *s) _pure_;