Searched defs:rpc_func_name (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/mobly/mobly/snippet/ |
D | client_base.py | 260 def _rpc(self, rpc_func_name, *args, **kwargs): argument 320 def _gen_rpc_request(self, rpc_id, rpc_func_name, *args, **kwargs): argument 394 def _handle_rpc_response(self, rpc_func_name, response): argument 423 def handle_callback(self, callback_id, ret_value, rpc_func_name): argument
|
/aosp_15_r20/external/python/mobly/mobly/controllers/android_device_lib/ |
D | snippet_client_v2.py | 574 def handle_callback(self, callback_id, ret_value, rpc_func_name): argument
|
/aosp_15_r20/external/python/mobly/tests/mobly/snippet/ |
D | client_base_test.py | 87 def handle_callback(self, callback_id, ret_value, rpc_func_name): argument
|