Home
last modified time | relevance | path

Searched defs:grpc_error_handle (Results 1 – 25 of 161) sorted by relevance

1234567

/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dcombiner_test.cc42 static void set_event_to_true(void* value, grpc_error_handle /*error*/) { in set_event_to_true() argument
71 static void check_one(void* a, grpc_error_handle /*error*/) { in check_one() argument
122 static void in_finally(void* /*arg*/, grpc_error_handle /*error*/) { in in_finally() argument
126 static void add_finally(void* arg, grpc_error_handle /*error*/) { in add_finally() argument
150 lock->Run(grpc_core::NewClosure([&](grpc_error_handle) { in TEST() argument
154 lock->Run(grpc_core::NewClosure([&](grpc_error_handle) { in TEST() argument
161 grpc_core::NewClosure([&](grpc_error_handle) { in TEST() argument
H A Dfd_posix_test.cc411 grpc_error_handle /*error*/) { in first_read_callback() argument
422 grpc_error_handle /*error*/) { in second_read_callback() argument
516 static void destroy_pollset(void* p, grpc_error_handle /*error*/) { in destroy_pollset() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dsubchannel_stream_client.cc295 void* arg, grpc_error_handle /*error*/) { in StartBatchInCallCombiner() argument
311 void* arg, grpc_error_handle /*error*/) { in AfterCallStackDestruction() argument
317 void* arg, grpc_error_handle /*error*/) { in OnCancelComplete() argument
324 void* arg, grpc_error_handle /*error*/) { in StartCancel() argument
347 void* arg, grpc_error_handle /*error*/) { in OnComplete() argument
356 void* arg, grpc_error_handle /*error*/) { in RecvInitialMetadataReady() argument
404 void* arg, grpc_error_handle /*error*/) { in RecvMessageReady() argument
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/
H A Dsubchannel_stream_client.cc290 void* arg, grpc_error_handle /*error*/) { in StartBatchInCallCombiner() argument
306 void* arg, grpc_error_handle /*error*/) { in AfterCallStackDestruction() argument
312 void* arg, grpc_error_handle /*error*/) { in OnCancelComplete() argument
319 void* arg, grpc_error_handle /*error*/) { in StartCancel() argument
342 void* arg, grpc_error_handle /*error*/) { in OnComplete() argument
351 void* arg, grpc_error_handle /*error*/) { in RecvInitialMetadataReady() argument
399 void* arg, grpc_error_handle /*error*/) { in RecvMessageReady() argument
H A Dretry_filter_legacy_call_data.cc105 grpc_error_handle /*error*/) { in OnLbCallDestructionComplete() argument
310 void StartBatchInCallCombiner(void* arg, grpc_error_handle /*ignored*/) { in StartBatchInCallCombiner() argument
2022 void* arg, grpc_error_handle /*error*/) { in OnRetryTimerLocked() argument
2043 void* arg, grpc_error_handle /*error*/) { in StartTransparentRetry() argument
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/transport/
H A Dbinder_transport.cc100 static void register_stream_locked(void* arg, grpc_error_handle /*error*/) { in register_stream_locked() argument
189 grpc_error_handle /*error*/) { in recv_initial_metadata_locked() argument
227 static void recv_message_locked(void* arg, grpc_error_handle /*error*/) { in recv_message_locked() argument
270 grpc_error_handle /*error*/) { in recv_trailing_metadata_locked() argument
370 static void accept_stream_locked(void* gt, grpc_error_handle /*error*/) { in accept_stream_locked() argument
385 grpc_error_handle /*error*/) { in perform_stream_op_locked() argument
604 grpc_error_handle /*error*/) { in perform_transport_op_locked() argument
656 static void destroy_stream_locked(void* sp, grpc_error_handle /*error*/) { in destroy_stream_locked() argument
678 static void destroy_transport_locked(void* gt, grpc_error_handle /*error*/) { in destroy_transport_locked() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/transport/
Dbinder_transport.cc100 static void register_stream_locked(void* arg, grpc_error_handle /*error*/) { in register_stream_locked() argument
198 grpc_error_handle /*error*/) { in recv_initial_metadata_locked() argument
233 static void recv_message_locked(void* arg, grpc_error_handle /*error*/) { in recv_message_locked() argument
276 grpc_error_handle /*error*/) { in recv_trailing_metadata_locked() argument
375 static void accept_stream_locked(void* gt, grpc_error_handle /*error*/) { in accept_stream_locked() argument
389 grpc_error_handle /*error*/) { in perform_stream_op_locked() argument
600 grpc_error_handle /*error*/) { in perform_transport_op_locked() argument
651 static void destroy_stream_locked(void* sp, grpc_error_handle /*error*/) { in destroy_stream_locked() argument
672 static void destroy_transport_locked(void* gt, grpc_error_handle /*error*/) { in destroy_transport_locked() argument
/aosp_15_r20/external/grpc-grpc/test/cpp/common/
H A Dtimer_test.cc93 [](void* arg, grpc_error_handle) { in TEST_F() argument
121 [](void* arg, grpc_error_handle) { in TEST_F() argument
188 GRPC_CLOSURE_CREATE([](void*, grpc_error_handle) {}, nullptr, in TEST_F() argument
205 [](void* arg, grpc_error_handle /*error*/) { in TEST_F()
237 [](void* arg, grpc_error_handle /*error*/) { in TEST_F()
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_chttp2_transport.cc240 static void FinishDestroy(void* arg, grpc_error_handle /*error*/) { in FinishDestroy() argument
276 MakeTestClosure([&, s](grpc_error_handle /*error*/) { in BM_StreamCreateDestroy()
342 start = MakeTestClosure([&, s](grpc_error_handle /*error*/) { in BM_StreamCreateSendInitialMetadataDestroy()
355 done = MakeTestClosure([&](grpc_error_handle /*error*/) { in BM_StreamCreateSendInitialMetadataDestroy()
381 MakeTestClosure([&](grpc_error_handle /*error*/) { in BM_TransportEmptyOp()
405 MakeOnceClosure([s](grpc_error_handle /*error*/) { delete s; })); in BM_TransportEmptyOp()
H A Dbm_exec_ctx.cc29 void NoOpCb(void* /* arg */, grpc_error_handle /* error */) {} in NoOpCb() argument
55 void CountingCb(void* arg, grpc_error_handle) { in CountingCb() argument
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dchttp2_transport.cc681 static void destroy_transport_locked(void* tp, grpc_error_handle /*error*/) { in destroy_transport_locked() argument
868 static void destroy_stream_locked(void* sp, grpc_error_handle /*error*/) { in destroy_stream_locked() argument
990 grpc_error_handle /*error_ignored*/) { in write_action_begin_locked() argument
1343 grpc_error_handle /*error_ignored*/) { in perform_stream_op_locked() argument
1731 grpc_core::NewClosure([t](grpc_error_handle) { in grpc_chttp2_keepalive_timeout() argument
1752 grpc_core::NewClosure([t](grpc_error_handle) { in grpc_chttp2_ping_timeout() argument
1773 grpc_core::NewClosure([t](grpc_error_handle) { in grpc_chttp2_settings_timeout() argument
1848 static void OnPingAck(void* arg, grpc_error_handle /* error */) { in OnPingAck() argument
1855 static void OnPingAckLocked(void* arg, grpc_error_handle /* error */) { in OnPingAckLocked() argument
1919 grpc_error_handle /*error_ignored*/) { in perform_transport_op_locked() argument
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dtest_tcp_server.cc45 static void on_server_destroyed(void* data, grpc_error_handle /*error*/) { in on_server_destroyed() argument
106 static void do_nothing(void* /*arg*/, grpc_error_handle /*error*/) {} in do_nothing() argument
107 static void finish_pollset(void* arg, grpc_error_handle /*error*/) { in finish_pollset() argument
H A Dport_server_client.cc62 static void destroy_pops_and_shutdown(void* p, grpc_error_handle /*error*/) { in destroy_pops_and_shutdown() argument
69 static void freed_port_from_server(void* arg, grpc_error_handle /*error*/) { in freed_port_from_server() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc674 static void destroy_transport_locked(void* tp, grpc_error_handle /*error*/) { in destroy_transport_locked() argument
869 static void destroy_stream_locked(void* sp, grpc_error_handle /*error*/) { in destroy_stream_locked() argument
992 grpc_error_handle /*error_ignored*/) { in write_action_begin_locked() argument
1026 static void write_action(void* gt, grpc_error_handle /*error*/) { in write_action() argument
1366 grpc_error_handle /*error_ignored*/) { in perform_stream_op_locked() argument
1812 static void OnPingAck(void* arg, grpc_error_handle /* error */) { in OnPingAck() argument
1819 static void OnPingAckLocked(void* arg, grpc_error_handle /* error */) { in OnPingAckLocked() argument
1829 static void OnTimerLocked(void* arg, grpc_error_handle /* error */) { in OnTimerLocked() argument
1901 grpc_error_handle /*error_ignored*/) { in perform_transport_op_locked() argument
3204 notify_on_close](grpc_error_handle) { in grpc_chttp2_transport_start_reading() argument
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_transport_grpc.cc185 OnRecvInitialMetadata(void* arg, grpc_error_handle /*error*/) { in OnRecvInitialMetadata() argument
201 OnResponseReceived(void* arg, grpc_error_handle /*error*/) { in OnResponseReceived() argument
219 OnStatusReceived(void* arg, grpc_error_handle /*error*/) { in OnStatusReceived() argument
H A Dxds_certificate_provider.cc59 void OnError(grpc_error_handle root_cert_error, in OnError() argument
91 void OnError(grpc_error_handle /*root_cert_error*/, in OnError() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/insecure/
Dinsecure_security_connector.h75 grpc_error_handle /*error*/) override {} in cancel_check_peer() argument
96 grpc_error_handle /*error*/) override {} in cancel_check_peer() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/insecure/
H A Dinsecure_security_connector.h75 grpc_error_handle /*error*/) override {} in cancel_check_peer() argument
96 grpc_error_handle /*error*/) override {} in cancel_check_peer() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_callback.cc43 [](void* void_arg, grpc_error_handle) { in ScheduleOnDone() argument
72 [](void* void_arg, grpc_error_handle) { in CallOnCancel() argument
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/server/
H A Dchttp2_server.cc436 OnReceiveSettings(void* arg, grpc_error_handle /* error */) { in OnReceiveSettings() argument
515 grpc_error_handle /*handle*/) { in OnHandshakeDone()
660 void* arg, grpc_error_handle /* error */) { in OnClose() argument
914 void* arg, grpc_error_handle /*error*/) { in TcpServerShutdownComplete() argument
/aosp_15_r20/external/grpc-grpc/test/core/channel/
H A Dchannel_stack_test.cc72 static void free_channel(void* arg, grpc_error_handle /*error*/) { in free_channel() argument
77 static void free_call(void* arg, grpc_error_handle /*error*/) { in free_call() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dpromise_based_filter.cc143 auto wakeup = [](void* p, grpc_error_handle) { in Wakeup() argument
272 auto call_next_op = [](void* p, grpc_error_handle) { in ~Flusher() argument
1215 [](void* p, grpc_error_handle) { in Run() argument
1256 auto run = [](void* p, grpc_error_handle) { in ~PollContext() argument
1922 auto run = [](void* p, grpc_error_handle) { in ~PollContext() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dpromise_based_filter.cc142 auto wakeup = [](void* p, grpc_error_handle) { in Wakeup() argument
271 auto call_next_op = [](void* p, grpc_error_handle) { in ~Flusher() argument
1219 [](void* p, grpc_error_handle) { in Run() argument
1260 auto run = [](void* p, grpc_error_handle) { in ~PollContext() argument
1929 auto run = [](void* p, grpc_error_handle) { in ~PollContext() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_transport_grpc.cc187 OnResponseReceived(void* arg, grpc_error_handle /*error*/) { in OnResponseReceived() argument
217 OnStatusReceived(void* arg, grpc_error_handle /*error*/) { in OnStatusReceived() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc122 grpc_error_handle /*error*/) override {} in cancel_check_peer() argument
175 grpc_error_handle /*error*/) override {} in cancel_check_peer() argument

1234567