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

  /external/chromium_org/jingle/notifier/listener/
push_notifications_subscribe_task_unittest.cc 37 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/
EventElementType.java 40 subscription enum constant in enum:EventElementType
  /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/chromium_org/cloud_print/gcp20/prototype/
cloud_print_xmpp_listener.cc 72 notifier::Subscription subscription; local
73 subscription.channel = kCloudPrintPushNotificationsSource;
74 subscription.from = kCloudPrintPushNotificationsSource;
77 list.push_back(subscription);
  /external/chromium_org/sync/notifier/
push_client_channel.cc 26 notifier::Subscription subscription; local
27 subscription.channel = kChannelName;
28 subscription.from = "";
30 subscriptions.push_back(subscription);
p2p_invalidator.cc 201 notifier::Subscription subscription; local
202 subscription.channel = kSyncP2PNotificationChannel;
206 subscription.from = email;
208 notifier::SubscriptionList(1, subscription));
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc 336 notifier::Subscription subscription; local
337 subscription.channel = kCloudPrintPushNotificationsSource;
338 subscription.from = kCloudPrintPushNotificationsSource;
340 notifier::SubscriptionList(1, subscription));
  /external/smack/src/org/jivesoftware/smack/packet/
PrivacyItem.java 24 * 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", then the 'value' attribute MUST be one of "both", "to",
460 subscription enum constant in enum:PrivacyItem.Type
    [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...]
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 433 String subscription = parser.getAttributeValue("", "subscription"); local
434 RosterPacket.ItemType type = RosterPacket.ItemType.valueOf(subscription != null ? subscription : "none");
    [all...]

Completed in 1348 milliseconds