OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_handle_agents
(Results
1 - 3
of
3
) sorted by null
/external/autotest/scheduler/
site_monitor_db.py
165
def
_handle_agents
(self):
member in class:SiteDispatcher
166
super(SiteDispatcher, self).
_handle_agents
()
168
self._gauge.send('
_handle_agents
', time.time() - self._tick_start)
monitor_db.py
365
self._log_tick_msg('Calling
_handle_agents
().')
366
self.
_handle_agents
()
687
adds them to the dispatchers agents list, so
_handle_agents
can execute
970
def
_handle_agents
(self):
member in class:BaseDispatcher
[
all
...]
monitor_db_unittest.py
500
self._dispatcher.
_handle_agents
()
897
self._dispatcher.
_handle_agents
()
903
self._dispatcher.
_handle_agents
()
[
all
...]
Completed in 532 milliseconds