Searched refs:handler_func (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/cros/ |
D | httpd.py | 221 def add_url_handler(self, url, handler_func): argument 222 self._server._url_handlers[url] = handler_func
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | power_LoadTest.py | 335 handler_func=(lambda handler, forms, loop_counter=i:\ 341 handler_func=(lambda handler, forms, test_instance=self, 354 handler_func=(lambda handler, args, plt=self: 358 handler_func=(lambda handler, args, plt=self:
|