Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dconnectivity_state.cc66 [this]() { SendNotification(this, GRPC_ERROR_NONE); }, in Notifier()
69 GRPC_CLOSURE_INIT(&closure_, SendNotification, this, in Notifier()
76 static void SendNotification(void* arg, grpc_error* /*ignored*/) { in SendNotification() function in grpc_core::AsyncConnectivityStateWatcherInterface::Notifier