Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_upnp_event.c373 int event_add(struct subscription *s, const struct wpabuf *data, int probereq) in event_add() function
/third_party/python/Lib/idlelib/
Dmulticall.py363 def event_add(self, virtual, *sequences): member in MultiCallCreator.MultiCall
/third_party/python/Lib/tkinter/
D__init__.py1868 def event_add(self, virtual, *sequences): member in Misc