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.c406 _dbus_hash_table_remove_string (activation->entries, entry->name); in update_desktop_file_entry()
416 _dbus_hash_table_remove_string (activation->entries, entry->name); in update_desktop_file_entry()
451 _dbus_hash_table_remove_string (entry->s_dir->entries, in update_desktop_file_entry()
510 _dbus_hash_table_remove_string (activation->entries, entry->name); in check_service_file()
511 _dbus_hash_table_remove_string (entry->s_dir->entries, entry->filename); in check_service_file()
1202 _dbus_hash_table_remove_string (activation->pending_activations, bus_service_get_name (service)); in bus_activation_send_pending_auto_activation_messages()
1271 _dbus_hash_table_remove_string (pending_activation->activation->pending_activations, in pending_activation_failed()
1481 _dbus_hash_table_remove_string (pending_activation->activation->pending_activations, in cancel_pending()
1887 _dbus_hash_table_remove_string (activation->pending_activations, in bus_activation_activate_service()
2057 _dbus_hash_table_remove_string (activation->pending_activations, in bus_activation_activate_service()
Dservices.c721 _dbus_hash_table_remove_string (service->registry->service_hash, in bus_service_unlink()
Dsignals.c1290 _dbus_hash_table_remove_string (p->rules_by_iface, interface); in bus_matchmaker_gc_rules()
/external/dbus/dbus/
Ddbus-hash.h100 dbus_bool_t _dbus_hash_table_remove_string (DBusHashTable *table,
Ddbus-hash.c1123 _dbus_hash_table_remove_string (DBusHashTable *table, in _dbus_hash_table_remove_string() function
1542 _dbus_hash_table_remove_string (table1, in _dbus_hash_test()
1706 if (!_dbus_hash_table_remove_string (table1, keys[i])) in _dbus_hash_test()
1713 if (!_dbus_hash_table_remove_string (table1, keys[i])) in _dbus_hash_test()
Ddbus-connection.c1777 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)