Home
last modified time | relevance | path

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

/external/dbus/bus/
Dservices.c68 DBusHashTable *service_sid_table; member
100 registry->service_sid_table = NULL; in bus_registry_new()
132 if (registry->service_sid_table) in bus_registry_unref()
133 _dbus_hash_table_unref (registry->service_sid_table); in bus_registry_unref()
438 sid = bus_selinux_id_table_lookup (registry->service_sid_table, in bus_registry_acquire_service()
700 if (registry->service_sid_table) in bus_registry_set_service_context_table()
701 _dbus_hash_table_unref (registry->service_sid_table); in bus_registry_set_service_context_table()
702 registry->service_sid_table = new_table; in bus_registry_set_service_context_table()