Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz.h247 void RemoveChildListenSocket(intptr_t child_uuid);
Dchannelz.cc273 void ServerNode::RemoveChildListenSocket(intptr_t child_uuid) { in RemoveChildListenSocket() function in grpc_core::channelz::ServerNode
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.cc827 channelz_node_->RemoveChildListenSocket( in ShutdownAndNotify()