Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dudp_server.h72 virtual void DestroyUdpHandler(GrpcUdpHandler* handler) GRPC_ABSTRACT;
Dudp_server.cc742 handler_factory_->DestroyUdpHandler(udp_handler_); in OnDestroy()
/external/grpc-grpc/test/core/iomgr/
Dudp_server_test.cc119 void DestroyUdpHandler(GrpcUdpHandler* handler) override { in DestroyUdpHandler() function in TestGrpcUdpHandlerFactory