Searched refs:reply_handler (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/ |
D | cellular_DisableWhileConnecting.py | 134 reply_handler=self.ignore_handler, 138 reply_handler=self.ignore_handler, 154 reply_handler=self.ignore_handler, 238 reply_handler=self._connect_success_handler, 247 reply_handler=self._get_status_success_handler, 256 reply_handler=self._disable_success_handler,
|
/external/python/cpython2/Demo/rpc/ |
D | rpc.py | 404 self.reply_handler = None 411 def set_reply_handler(self, reply_handler): argument 412 self.reply_handler = reply_handler 454 if self.reply_handler: 455 self.reply_handler(reply, fromaddr) 615 def set_reply_handler(self, reply_handler): argument 616 self.user_reply_handler = reply_handler
|
/external/autotest/client/cros/bluetooth/ |
D | adv_monitor_helper.py | 461 reply_handler=register_cb, 501 reply_handler=unregister_cb,
|
/external/autotest/client/cros/multimedia/ |
D | bluetooth_facade.py | 3095 def dbus_method_with_handlers(self, dbus_method, reply_handler, argument 3113 reply_handler()
|