Home
last modified time | relevance | path

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

/external/dbus/bus/
Dactivation.c407 _dbus_hash_table_remove_string (activation->entries, entry->name); in update_desktop_file_entry()
417 _dbus_hash_table_remove_string (activation->entries, entry->name); in update_desktop_file_entry()
440 _dbus_hash_table_remove_string (entry->s_dir->entries, in update_desktop_file_entry()
503 _dbus_hash_table_remove_string (activation->entries, entry->name); in check_service_file()
504 _dbus_hash_table_remove_string (entry->s_dir->entries, entry->filename); in check_service_file()
1193 _dbus_hash_table_remove_string (activation->pending_activations, bus_service_get_name (service)); in bus_activation_send_pending_auto_activation_messages()
1262 _dbus_hash_table_remove_string (pending_activation->activation->pending_activations, in pending_activation_failed()
1469 _dbus_hash_table_remove_string (pending_activation->activation->pending_activations, in cancel_pending()
1892 _dbus_hash_table_remove_string (activation->pending_activations, in bus_activation_activate_service()
2046 _dbus_hash_table_remove_string (activation->pending_activations, in bus_activation_activate_service()
Dservices.c725 _dbus_hash_table_remove_string (service->registry->service_hash, in bus_service_unlink()
Dsignals.c1189 _dbus_hash_table_remove_string (p->rules_by_iface, interface); in bus_matchmaker_gc_rules()
/external/dbus/dbus/
Ddbus-hash.h107 dbus_bool_t _dbus_hash_table_remove_string (DBusHashTable *table,
Ddbus-hash.c1280 _dbus_hash_table_remove_string (DBusHashTable *table, in _dbus_hash_table_remove_string() function
1898 _dbus_hash_table_remove_string (table1, in _dbus_hash_test()
2069 if (!_dbus_hash_table_remove_string (table1, keys[i])) in _dbus_hash_test()
2076 if (!_dbus_hash_table_remove_string (table1, keys[i])) in _dbus_hash_test()
Ddbus-connection.c1739 if (!_dbus_hash_table_remove_string (shared_connections, in connection_forget_shared_unlocked()
/external/dbus/
DChangeLog.pre-1-014997 * dbus/dbus-hash.c (_dbus_hash_table_remove_string)