Searched refs:SendFinish (Results 1 – 4 of 4) sorted by relevance
398 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::WatchCallHandler502 SendFinish(std::move(self), Status::CANCELLED); in OnDoneNotified()
179 void SendFinish(std::shared_ptr<CallHandler> self, const Status& status);
102 void SendFinish(const std::shared_ptr<TcpClient> &client);
234 SendFinish(client); in ProcessFinish()365 void SchedulerNode::SendFinish(const std::shared_ptr<TcpClient> &client) { in SendFinish() function in mindspore::ps::core::SchedulerNode