Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc398 SendFinish(std::move(self), in OnCallReceived()
448 SendFinish(std::move(self), Status::CANCELLED); in OnSendHealthDone()
463 SendFinish(std::shared_ptr<CallHandler> self, const Status& status) { in SendFinish() function in grpc::DefaultHealthCheckService::HealthCheckServiceImpl::WatchCallHandler
502 SendFinish(std::move(self), Status::CANCELLED); in OnDoneNotified()
Ddefault_health_check_service.h179 void SendFinish(std::shared_ptr<CallHandler> self, const Status& status);
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dscheduler_node.h102 void SendFinish(const std::shared_ptr<TcpClient> &client);
Dscheduler_node.cc234 SendFinish(client); in ProcessFinish()
365 void SchedulerNode::SendFinish(const std::shared_ptr<TcpClient> &client) { in SendFinish() function in mindspore::ps::core::SchedulerNode