HomeSort by relevance Sort by last modified time
    Searched defs:subscription (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/notifier/
p2p_notifier.cc 73 notifier::Subscription subscription; local
74 subscription.channel = kSyncNotificationChannel;
78 subscription.from = email;
79 talk_mediator_->AddSubscription(subscription);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_i.h 30 struct subscription;
83 struct subscription *s; /* parent */
95 struct subscription { struct
97 struct subscription *next;
98 struct subscription *prev;
100 time_t timeout_time; /* when to age out the subscription */
103 * This uuid identifies the subscription and is randomly generated by
104 * us and given to the subscriber when the subscription is accepted;
149 struct subscription *subscriptions; /* linked list */
162 struct subscription * subscription_start(struct upnp_wps_device_sm *sm
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 79 struct subscription { struct
82 time_t timeout_time; /* when to age out the subscription */
85 * This uuid identifies the subscription and is randomly generated by
86 * us and given to the subscriber when the subscription is accepted;
153 struct subscription * subscription_start(struct upnp_wps_device_sm *sm,
155 struct subscription * subscription_renew(struct upnp_wps_device_sm *sm,
157 void subscription_destroy(struct subscription *s);
158 struct subscription * subscription_find(struct upnp_wps_device_sm *sm,
182 int event_add(struct subscription *s, const struct wpabuf *data, int probereq);
183 void event_delete_all(struct subscription *s)
    [all...]

Completed in 2625 milliseconds