Searched refs:pending_activation_entry (Results 1 - 1 of 1) sorted by relevance

/external/dbus/bus/
H A Dactivation.c1664 BusPendingActivationEntry *pending_activation_entry; local
1739 pending_activation_entry = dbus_new0 (BusPendingActivationEntry, 1);
1740 if (!pending_activation_entry)
1747 pending_activation_entry->auto_activation = auto_activation;
1749 pending_activation_entry->activation_message = activation_message;
1751 pending_activation_entry->connection = connection;
1758 if (!_dbus_list_append (&pending_activation->entries, pending_activation_entry))
1763 bus_pending_activation_entry_free (pending_activation_entry);
1778 bus_pending_activation_entry_free (pending_activation_entry);
1792 bus_pending_activation_entry_free (pending_activation_entry);
[all...]

Completed in 67 milliseconds