Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_filter.h125 void set_on_complete(grpc_closure* closure) { op_->on_complete = closure; } in set_on_complete() function
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/
H A Dretry_filter_legacy_call_data.h202 BatchData* CreateBatch(int refcount, bool set_on_complete) { in CreateBatch()
H A Dretry_filter_legacy_call_data.cc739 RefCountedPtr<CallAttempt> attempt, int refcount, bool set_on_complete) in BatchData()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dretry_filter.cc371 BatchData* CreateBatch(int refcount, bool set_on_complete) { in CreateBatch()
1283 RefCountedPtr<CallAttempt> attempt, int refcount, bool set_on_complete) in BatchData()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_test_util.h110 void set_on_complete(base::OnceClosure on_complete) { in set_on_complete() function