Home
last modified time | relevance | path

Searched defs:method_handler (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
H A Dserver.pyx.pxi530 async def _handle_unary_unary_rpc(object method_handler,
564 async def _handle_unary_stream_rpc(object method_handler,
623 async def _handle_stream_unary_rpc(object method_handler,
655 async def _handle_stream_stream_rpc(object method_handler,
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_object.cc73 auto method_handler = in ExportAsync() local
104 auto method_handler = in ExportAndBlock() local
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Ddone_callback_test.py140 async def _register_method_handler(self, method_handler): argument
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h67 WPADBusMethodHandler method_handler; member