Searched refs:ProcessHeartbeatResp (Results 1 – 2 of 2) sorted by relevance
148 …void ProcessHeartbeatResp(const std::shared_ptr<MessageMeta> &meta, const void *data, size_t size);
568 void AbstractNode::ProcessHeartbeatResp(const std::shared_ptr<MessageMeta> &meta, const void *data,… in ProcessHeartbeatResp() function in mindspore::ps::core::AbstractNode1034 handlers_[NodeCommand::HEARTBEAT] = &AbstractNode::ProcessHeartbeatResp; in InitCommandHandler()