Searched defs:handle_callback (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/python/mobly/mobly/snippet/ |
D | client_base.py | 423 def handle_callback(self, callback_id, ret_value, rpc_func_name): member in ClientBase
|
/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): member in SnippetClientV2
|
/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): member in FakeClient
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | weakrefobject.c | 894 handle_callback(PyWeakReference *ref, PyObject *callback) in handle_callback() function
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | weakrefobject.c | 926 handle_callback(PyWeakReference *ref, PyObject *callback) in handle_callback() function
|