Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.h109 grpc_closure on_complete_; variable
Dhealth_check_client.cc317 batch_.on_complete = GRPC_CLOSURE_INIT(&on_complete_, OnComplete, this, in StartCall()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc254 grpc_closure* on_complete_; member in grpc_core::__anon983758c10111::ChannelData::ExternalConnectivityWatcher
1568 on_complete_(on_complete), in ExternalConnectivityWatcher()
1623 chand_->RemoveExternalConnectivityWatcher(on_complete_, /*cancel=*/false); in Notify()
1626 ExecCtx::Run(DEBUG_LOCATION, on_complete_, GRPC_ERROR_NONE); in Notify()
1642 ExecCtx::Run(DEBUG_LOCATION, on_complete_, GRPC_ERROR_CANCELLED); in Cancel()