Home
last modified time | relevance | path

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

/external/dbus/bus/
Dservices.c70 DBusHashTable *service_sid_table; member
102 registry->service_sid_table = NULL; in bus_registry_new()
134 if (registry->service_sid_table) in bus_registry_unref()
135 _dbus_hash_table_unref (registry->service_sid_table); in bus_registry_unref()
439 sid = bus_selinux_id_table_lookup (registry->service_sid_table, in bus_registry_acquire_service()
698 if (registry->service_sid_table) in bus_registry_set_service_context_table()
699 _dbus_hash_table_unref (registry->service_sid_table); in bus_registry_set_service_context_table()
700 registry->service_sid_table = new_table; in bus_registry_set_service_context_table()