Home
last modified time | relevance | path

Searched defs:subscription (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_i.h79 struct subscription { struct
82 time_t timeout_time; /* when to age out the subscription */ argument
85 * This uuid identifies the subscription and is randomly generated by argument
89 u8 uuid[UUID_LEN];
91 struct dl_list addr_list;
92 struct dl_list event_queue; /* Queued event messages. */
93 struct wps_event_ *current_event; /* non-NULL if being sent (not in q)
95 int last_event_failed; /* Whether delivery of last event failed */
98 u8 selected_registrar;
99 u16 dev_password_id;
[all …]
/external/libchrome/base/
Dcallback_list_unittest.cc312 std::unique_ptr<CallbackList<void(void)>::Subscription> subscription = in TEST() local
/external/webrtc/webrtc/libjingle/xmpp/
Drostermoduleimpl.cc69 StringToSubscriptionState(const std::string& subscription, in StringToSubscriptionState()