OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dbus_hash_table_get_n_entries
(Results
1 - 6
of
6
) sorted by null
/external/dbus/dbus/
dbus-hash.h
132
int
_dbus_hash_table_get_n_entries
(DBusHashTable *table);
dbus-hash.c
1702
_dbus_hash_table_get_n_entries
(DBusHashTable *table)
function
[
all
...]
dbus-connection.c
[
all
...]
/external/dbus/bus/
policy.c
293
if (
_dbus_hash_table_get_n_entries
(policy->rules_by_gid) > 0)
327
if (
_dbus_hash_table_get_n_entries
(policy->rules_by_uid) > 0)
[
all
...]
activation.c
[
all
...]
services.c
342
len =
_dbus_hash_table_get_n_entries
(registry->service_hash);
[
all
...]
Completed in 779 milliseconds