Searched refs:_dbus_hash_table_remove_string (Results 1 – 7 of 7) sorted by relevance
/external/dbus/bus/ |
D | activation.c | 406 _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()
|
D | services.c | 721 _dbus_hash_table_remove_string (service->registry->service_hash, in bus_service_unlink()
|
D | signals.c | 1290 _dbus_hash_table_remove_string (p->rules_by_iface, interface); in bus_matchmaker_gc_rules()
|
/external/dbus/dbus/ |
D | dbus-hash.h | 100 dbus_bool_t _dbus_hash_table_remove_string (DBusHashTable *table,
|
D | dbus-hash.c | 1123 _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()
|
D | dbus-connection.c | 1777 if (!_dbus_hash_table_remove_string (shared_connections, in connection_forget_shared_unlocked()
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 14997 * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
|