Searched defs:subscription (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_scraper_unittest.cc30 scoped_ptr<TemplateURLService::Subscription> subscription = local
/external/chromium_org/jingle/notifier/listener/
H A Dpush_notifications_subscribe_task_unittest.cc37 Subscription subscription; local
38 subscription.channel = "test_channel1";
39 subscription.from = "from.test.com";
40 subscriptions.push_back(subscription);
41 subscription.channel = "test_channel2";
42 subscription.from = "from.test2.com";
43 subscriptions.push_back(subscription);
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DEventElementType.java40 subscription enum constant in enum:EventElementType
/external/chromium_org/sync/notifier/
H A Dpush_client_channel.cc24 notifier::Subscription subscription; local
25 subscription.channel = kChannelName;
26 subscription.from = "";
28 subscriptions.push_back(subscription);
H A Dp2p_invalidator.cc191 notifier::Subscription subscription; local
192 subscription.channel = kSyncP2PNotificationChannel;
196 subscription.from = email;
198 notifier::SubscriptionList(1, subscription));
/external/chromium/chrome/browser/sync/notifier/
H A Dp2p_notifier.cc73 notifier::Subscription subscription; local
74 subscription.channel = kSyncNotificationChannel;
78 subscription.from = email;
79 talk_mediator_->AddSubscription(subscription);
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_xmpp_listener.cc72 notifier::Subscription subscription; local
73 subscription.channel = kCloudPrintPushNotificationsSource;
74 subscription.from = kCloudPrintPushNotificationsSource;
77 list.push_back(subscription);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_test_notification_observer.cc103 scoped_ptr<base::CallbackList<void()>::Subscription> subscription = local
/external/chromium_org/content/browser/renderer_host/
H A Dgpu_message_filter.cc119 linked_ptr<FrameSubscription> subscription(
121 BeginFrameSubscriptionInternal(subscription);
263 linked_ptr<FrameSubscription> subscription) {
264 if (!subscription->surface_id) {
266 subscription->surface_id = surface_tracker->LookupSurfaceForRenderer(
267 render_process_id_, subscription->route_id);
269 // If the surface ID cannot be found this subscription is dropped.
270 if (!subscription->surface_id)
273 frame_subscription_list_.push_back(subscription);
283 host->BeginFrameSubscription(subscription
262 BeginFrameSubscriptionInternal( linked_ptr<FrameSubscription> subscription) argument
287 EndFrameSubscriptionInternal( linked_ptr<FrameSubscription> subscription) argument
[all...]
/external/smack/src/org/jivesoftware/smack/packet/
H A DPrivacyItem.java24 * subscription type or globally by:<ul>
38 /** rule hold the kind of communication ([jid|group|subscription]) it will allow or block and
43 * If the type is "subscription", then the 'value' attribute MUST be one of "both", "to",
199 * If the type is "subscription", then the 'value' attribute MUST be one of "both", "to",
212 * It MUST be filled with one of these values: jid, group or subscription.
230 * If the type is "subscription", then the 'value' attribute MUST be one of "both", "to",
309 * It holds the kind of communication ([jid|group|subscription]) it will allow or block and
315 * Type defines if the rule is based on JIDs, roster groups or presence subscription types.
316 * Available values are: [jid|group|subscription]
324 * If the type is "subscription", the
460 subscription enum constant in enum:PrivacyItem.Type
[all...]
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy_backend.cc346 notifier::Subscription subscription; local
347 subscription.channel = kCloudPrintPushNotificationsSource;
348 subscription.from = kCloudPrintPushNotificationsSource;
350 notifier::SubscriptionList(1, subscription));
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_i.h79 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 *
[all...]
H A Dwps_upnp.c290 static void subscr_addr_free_all(struct subscription *s)
301 /* subscr_addr_add_url -- add address(es) for one url to subscription */
302 static void subscr_addr_add_url(struct subscription *s, const char *url,
415 static void subscr_addr_list_create(struct subscription *s,
477 struct subscription *s, *tmp;
532 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
543 * Event subscription (subscriber machines register with us to receive event
548 /* subscription_destroy -- destroy an unlinked subscription
551 void subscription_destroy(struct subscription *s)
554 wpa_printf(MSG_DEBUG, "WPS UPnP: Destroy subscription
965 dl_list_for_each_safe(s, tmp, head, struct subscription, list) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_i.h79 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 *
[all...]
H A Dwps_upnp.c290 static void subscr_addr_free_all(struct subscription *s)
301 /* subscr_addr_add_url -- add address(es) for one url to subscription */
302 static void subscr_addr_add_url(struct subscription *s, const char *url,
415 static void subscr_addr_list_create(struct subscription *s,
477 struct subscription *s, *tmp;
532 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
543 * Event subscription (subscriber machines register with us to receive event
548 /* subscription_destroy -- destroy an unlinked subscription
551 void subscription_destroy(struct subscription *s)
554 wpa_printf(MSG_DEBUG, "WPS UPnP: Destroy subscription
965 dl_list_for_each_safe(s, tmp, head, struct subscription, list) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_i.h79 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 *
[all...]
H A Dwps_upnp.c290 static void subscr_addr_free_all(struct subscription *s)
301 /* subscr_addr_add_url -- add address(es) for one url to subscription */
302 static void subscr_addr_add_url(struct subscription *s, const char *url,
415 static void subscr_addr_list_create(struct subscription *s,
477 struct subscription *s, *tmp;
532 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
543 * Event subscription (subscriber machines register with us to receive event
548 /* subscription_destroy -- destroy an unlinked subscription
551 void subscription_destroy(struct subscription *s)
554 wpa_printf(MSG_DEBUG, "WPS UPnP: Destroy subscription
965 dl_list_for_each_safe(s, tmp, head, struct subscription, list) argument
[all...]
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc355 scoped_ptr<TemplateURLService::Subscription> subscription = local
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Drostermoduleimpl.cc86 StringToSubscriptionState(const std::string& subscription, argument
92 if (subscription == "none") {
96 if (subscription == "from") {
102 if (subscription == "none") {
106 if (subscription == "from") {
110 if (subscription == "to") {
114 if (subscription == "both") {

Completed in 1454 milliseconds