Searched refs:services_with_claims (Results 1 – 1 of 1) sorted by relevance
2048 static GHashTable *services_with_claims = NULL; variable2116 if (services_with_claims == NULL) { in manager_claim_branch()2117 services_with_claims = in manager_claim_branch()2124 g_hash_table_insert (services_with_claims, g_strdup (sender), in manager_claim_branch()2198 if (g_hash_table_lookup (services_with_claims, sender)) in manager_unclaim_branch()2199 g_hash_table_remove (services_with_claims, sender); in manager_unclaim_branch()2516 if (services_with_claims != NULL) { in service_deleted()2517 d = g_hash_table_lookup (services_with_claims, new_service_name); in service_deleted()2523 g_hash_table_remove (services_with_claims, new_service_name); in service_deleted()4217 if (services_with_locks != NULL || services_with_claims != NULL) in hald_dbus_filter_function()