Home
last modified time | relevance | path

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

/external/dbus/bus/
Dactivation.c341 _dbus_hash_table_remove_string (activation->entries, entry->name); in update_desktop_file_entry()
351 _dbus_hash_table_remove_string (activation->entries, entry->name); in update_desktop_file_entry()
370 _dbus_hash_table_remove_string (entry->s_dir->entries, in update_desktop_file_entry()
431 _dbus_hash_table_remove_string (activation->entries, entry->name); in check_service_file()
432 _dbus_hash_table_remove_string (entry->s_dir->entries, entry->filename); in check_service_file()
1017 _dbus_hash_table_remove_string (activation->pending_activations, bus_service_get_name (service)); in bus_activation_send_pending_auto_activation_messages()
1086 _dbus_hash_table_remove_string (pending_activation->activation->pending_activations, in pending_activation_failed()
1203 _dbus_hash_table_remove_string (pending_activation->activation->pending_activations, in cancel_pending()
1521 _dbus_hash_table_remove_string (activation->pending_activations, in bus_activation_activate_service()
1536 _dbus_hash_table_remove_string (activation->pending_activations, in bus_activation_activate_service()
Dservices.c723 _dbus_hash_table_remove_string (service->registry->service_hash, in bus_service_unlink()
/external/dbus/dbus/
Ddbus-hash.h98 dbus_bool_t _dbus_hash_table_remove_string (DBusHashTable *table,
Ddbus-hash.c1279 _dbus_hash_table_remove_string (DBusHashTable *table, in _dbus_hash_table_remove_string() function
1897 _dbus_hash_table_remove_string (table1, in _dbus_hash_test()
2068 if (!_dbus_hash_table_remove_string (table1, keys[i])) in _dbus_hash_test()
2075 if (!_dbus_hash_table_remove_string (table1, keys[i])) in _dbus_hash_test()
Ddbus-connection.c1673 if (!_dbus_hash_table_remove_string (shared_connections, in connection_forget_shared_unlocked()
/external/dbus/
DChangeLog15071 * dbus/dbus-hash.c (_dbus_hash_table_remove_string)