Home
last modified time | relevance | path

Searched defs:rpc_func_name (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/mobly/mobly/snippet/
Dclient_base.py260 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/
Dsnippet_client_v2.py574 def handle_callback(self, callback_id, ret_value, rpc_func_name): argument
/aosp_15_r20/external/python/mobly/tests/mobly/snippet/
Dclient_base_test.py87 def handle_callback(self, callback_id, ret_value, rpc_func_name): argument