| /external/grpc-grpc/test/core/iomgr/ |
| D | combiner_test.cc | 42 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
|
| /external/grpc-grpc/src/core/client_channel/ |
| D | subchannel_stream_client.cc | 290 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
|
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
| D | subchannel_stream_client.cc | 295 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
|
| /external/grpc-grpc/src/core/lib/security/security_connector/insecure/ |
| D | insecure_security_connector.h | 75 grpc_error_handle /*error*/) override {} in cancel_check_peer() argument 96 grpc_error_handle /*error*/) override {} in cancel_check_peer() argument
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/insecure/ |
| D | insecure_security_connector.h | 75 grpc_error_handle /*error*/) override {} in cancel_check_peer() argument 96 grpc_error_handle /*error*/) override {} in cancel_check_peer() argument
|
| /external/grpc-grpc/test/core/util/ |
| D | test_tcp_server.cc | 45 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
|
| D | port_server_client.cc | 62 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
|
| /external/grpc-grpc/test/cpp/common/ |
| D | timer_test.cc | 93 [](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()
|
| /external/grpc-grpc/src/core/ext/transport/binder/transport/ |
| D | binder_transport.cc | 100 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
|
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/binder/transport/ |
| D | binder_transport.cc | 100 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
|
| /external/grpc-grpc/test/cpp/microbenchmarks/ |
| D | bm_chttp2_transport.cc | 240 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()
|
| D | bm_exec_ctx.cc | 29 void NoOpCb(void* /* arg */, grpc_error_handle /* error */) {} in NoOpCb() argument 55 void CountingCb(void* arg, grpc_error_handle) { in CountingCb() argument
|
| /external/rust/crates/grpcio-sys/grpc/src/cpp/server/ |
| D | server_callback.cc | 43 [](void* void_arg, grpc_error_handle) { in ScheduleOnDone() argument 72 [](void* void_arg, grpc_error_handle) { in CallOnCancel() argument
|
| /external/grpc-grpc/src/core/ext/xds/ |
| D | xds_transport_grpc.cc | 185 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
|
| D | xds_certificate_provider.cc | 59 void OnError(grpc_error_handle root_cert_error, in OnError() argument 91 void OnError(grpc_error_handle /*root_cert_error*/, in OnError() argument
|
| /external/grpc-grpc/test/core/channel/ |
| D | channel_stack_test.cc | 72 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
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
| D | resolve_address_impl.h | 44 static void RunCallback(void* arg, grpc_error_handle /* error */) { in RunCallback() argument
|
| /external/grpc-grpc/src/core/lib/iomgr/ |
| D | resolve_address_impl.h | 44 static void RunCallback(void* arg, grpc_error_handle /* error */) { in RunCallback() argument
|
| /external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
| D | chttp2_transport.cc | 681 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 …]
|
| /external/grpc-grpc/src/core/load_balancing/ |
| D | lb_policy.cc | 83 [](void* arg, grpc_error_handle /*error*/) { in Pick()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/load_balancing/ |
| D | lb_policy.cc | 83 [](void* arg, grpc_error_handle /*error*/) { in Pick()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
| D | xds_transport_grpc.cc | 187 OnResponseReceived(void* arg, grpc_error_handle /*error*/) { in OnResponseReceived() argument 217 OnStatusReceived(void* arg, grpc_error_handle /*error*/) { in OnStatusReceived() argument
|
| /external/grpc-grpc/src/core/lib/transport/ |
| D | endpoint_info_handshaker.cc | 54 void Shutdown(grpc_error_handle /*why*/) override {} in Shutdown() argument
|
| /external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/ |
| D | CFStreamEndpointTests.mm | 89 - (BOOL)waitForEvent:(std::future<grpc_error_handle> *)event timeout:(int)timeout {
|
| /external/grpc-grpc/src/objective-c/tests/CFStreamTests/ |
| D | CFStreamEndpointTests.mm | 90 - (BOOL)waitForEvent:(std::future<grpc_error_handle> *)event timeout:(int)timeout {
|