Searched refs:reply_handler (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/ |
D | cellular_DisableWhileConnecting.py | 132 reply_handler=self.ignore_handler, 136 reply_handler=self.ignore_handler, 152 reply_handler=self.ignore_handler, 236 reply_handler=self._connect_success_handler, 245 reply_handler=self._get_status_success_handler, 254 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 | bluetooth_device_xmlrpc_server.py | 1035 device.Pair(reply_handler=pair_reply, error_handler=pair_error, 1198 reply_handler, error_handler, *args): argument 1214 reply_handler() 1230 dbus_method(*args, reply_handler=successful_cb, error_handler=error_cb)
|
/external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/ |
D | cellular_GobiRecoverFromDesync.py | 243 {}, reply_handler=self.ignore, error_handler=self.ignore)
|