Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc323 CallableTag(std::bind(&CheckCallHandler::OnFinishDone, this, in OnCallReceived()
336 OnFinishDone(std::shared_ptr<CallHandler> self, bool ok) { in OnFinishDone() function in grpc::DefaultHealthCheckService::HealthCheckServiceImpl::CheckCallHandler
473 CallableTag(std::bind(&WatchCallHandler::OnFinishDone, this, in SendFinishLocked()
481 OnFinishDone(std::shared_ptr<CallHandler> self, bool ok) { in OnFinishDone() function in grpc::DefaultHealthCheckService::HealthCheckServiceImpl::WatchCallHandler
Ddefault_health_check_service.h131 void OnFinishDone(std::shared_ptr<CallHandler> self, bool ok);
186 void OnFinishDone(std::shared_ptr<CallHandler> self, bool ok);
/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc353 CallableTag(std::bind(&ReportLoadHandler::OnFinishDone, this, in Shutdown()
365 void LoadReporterAsyncServiceImpl::ReportLoadHandler::OnFinishDone( in OnFinishDone() function in grpc::load_reporter::LoadReporterAsyncServiceImpl::ReportLoadHandler
Dload_reporter_async_service_impl.h130 void OnFinishDone(std::shared_ptr<ReportLoadHandler> self, bool ok);