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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dactivation.c1677 BusPendingActivationEntry *pending_activation_entry; local
1749 pending_activation_entry = dbus_new0 (BusPendingActivationEntry, 1);
1750 if (!pending_activation_entry)
1757 pending_activation_entry->auto_activation = auto_activation;
1759 pending_activation_entry->activation_message = activation_message;
1761 pending_activation_entry->connection = connection;
1769 if (!_dbus_list_append (&pending_activation->entries, pending_activation_entry))
1774 bus_pending_activation_entry_free (pending_activation_entry);
1789 bus_pending_activation_entry_free (pending_activation_entry);
1803 bus_pending_activation_entry_free (pending_activation_entry);
[all...]

Completed in 113 milliseconds