Searched refs:_dbus_hash_table_remove_string (Results 1 – 6 of 6) sorted by relevance
/external/dbus/bus/ |
D | activation.c | 341 _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()
|
D | services.c | 723 _dbus_hash_table_remove_string (service->registry->service_hash, in bus_service_unlink()
|
/external/dbus/dbus/ |
D | dbus-hash.h | 98 dbus_bool_t _dbus_hash_table_remove_string (DBusHashTable *table,
|
D | dbus-hash.c | 1279 _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()
|
D | dbus-connection.c | 1673 if (!_dbus_hash_table_remove_string (shared_connections, in connection_forget_shared_unlocked()
|
/external/dbus/ |
D | ChangeLog | 15071 * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
|