Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_connection_request_test.cc127 void set_on_complete(BrEdrConnectionRequest::OnComplete handler) { in set_on_complete() function in bt::gap::__anon435208cc0111::BrEdrConnectionRequestLoopTest
/external/rust/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
/external/grpc-grpc/src/core/client_channel/
Dretry_filter_legacy_call_data.h202 BatchData* CreateBatch(int refcount, bool set_on_complete) { in CreateBatch()
Dretry_filter_legacy_call_data.cc739 RefCountedPtr<CallAttempt> attempt, int refcount, bool set_on_complete) in BatchData()
/external/cronet/net/url_request/
Durl_request_test_util.h111 void set_on_complete(base::OnceClosure on_complete) { in set_on_complete() function
/external/rust/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()