Home
last modified time | relevance | path

Searched refs:on_finish (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/core/http/
Dhttpcli_test.cc44 static void on_finish(void* arg, grpc_error* error) { in on_finish() function
84 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_get()
123 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_post()
Dhttpscli_test.cc46 static void on_finish(void* arg, grpc_error* error) { in on_finish() function
87 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_get()
127 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_post()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi352 self.timer.start(self.on_finish)
354 def on_finish(self): member in TimerWrapper