OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeout_add
(Results
1 - 16
of
16
) sorted by null
/external/dbus/test/name-test/
test-wait-for-echo.py
24
gobject.
timeout_add
(7000, handle_noreceipt)
test-activation-forking.py
57
gobject.
timeout_add
(15000, check_counter)
/external/autotest/client/cros/cellular/wardmodem/
task_loop.py
210
self._posted_tasks[post_id] = glib.
timeout_add
(
237
self._posted_tasks[post_id] = glib.
timeout_add
(delay_ms, callback,
319
self._posted_tasks[post_id] = glib.
timeout_add
(
task_loop_unittest.py
141
glib.
timeout_add
(run_for_seconds*1000, self._stop_task_loop)
/external/libevent/include/event2/
event_compat.h
188
#define
timeout_add
(ev, tv) event_add((ev), (tv))
macro
/external/autotest/client/site_tests/network_3GDisableWhileConnecting/
network_3GDisableWhileConnecting.py
31
gobject.
timeout_add
(disable_delay_ms, self._start_disable)
61
gobject.
timeout_add
(self.status_delay_ms, self._start_get_status)
188
gobject.
timeout_add
(self.status_delay_ms, self._start_get_status)
/external/autotest/client/cros/audio/
cras_dbus_utils.py
84
_get_gobject().
timeout_add
(
209
_get_gobject().
timeout_add
(
/external/autotest/client/cros/cellular/pseudomodem/
cdma_activate_machine.py
59
gobject.
timeout_add
(self._step_delay * 1000, _DelayedStep)
modem.py
677
gobject.
timeout_add
(1000, _DelayedEnable)
680
gobject.
timeout_add
(2000, _DelayedReappear)
/external/autotest/client/cros/
mainloop.py
65
timeout_source = gobject.
timeout_add
(self.timeout_s * 1000, self._timeout)
/external/autotest/client/site_tests/network_SwitchCarrier/
network_SwitchCarrier.py
85
gobject.
timeout_add
(timeout_secs * 1000, self.timeout)
/external/avahi/avahi-python/
avahi-bookmarks.in
190
gobject.
timeout_add
(timeout, mainloop.quit)
/external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
network_3GRecoverFromGobiDesync.py
194
gobject.
timeout_add
(timeout_seconds * 1000,
/external/autotest/client/cros/cellular/
pseudo_modem.py
396
glib.
timeout_add
(250, self.OnRegistered)
494
glib.
timeout_add
(50, lambda: ConnectDone(
519
glib.
timeout_add
(
/external/autotest/client/tests/kvm/tests/
stepmaker.py
100
self.timer_id = gobject.
timeout_add
(delay, func,
/external/autotest/client/site_tests/firmware_TouchMTB/
firmware_window.py
400
"""Register a callback function for gobject.
timeout_add
."""
401
return gobject.
timeout_add
(timeout, callback)
Completed in 157 milliseconds