Home
last modified time | relevance | path

Searched defs:handle_callback (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/mobly/mobly/snippet/
Dclient_base.py423 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/
Dsnippet_client_v2.py574 def handle_callback(self, callback_id, ret_value, rpc_func_name): member in SnippetClientV2
/aosp_15_r20/external/python/mobly/tests/mobly/snippet/
Dclient_base_test.py87 def handle_callback(self, callback_id, ret_value, rpc_func_name): member in FakeClient
/aosp_15_r20/external/python/cpython2/Objects/
Dweakrefobject.c894 handle_callback(PyWeakReference *ref, PyObject *callback) in handle_callback() function
/aosp_15_r20/external/python/cpython3/Objects/
Dweakrefobject.c926 handle_callback(PyWeakReference *ref, PyObject *callback) in handle_callback() function