Searched refs:inCommLabel (Results 1 – 5 of 5) sorted by relevance
126 std::list<FrameInfo> FrameRetainer::FetchFramesForSpecificCommunicator(const LabelType &inCommLabel) in FetchFramesForSpecificCommunicator() argument130 if (retainWorkPool_.count(inCommLabel) == 0) { in FetchFramesForSpecificCommunicator()133 auto &perLabel = retainWorkPool_[inCommLabel]; in FetchFramesForSpecificCommunicator()142 LogRetainInfo("[Retainer][Fetch] FETCH-OUT", inCommLabel, entry.second, entry.first, work); in FetchFramesForSpecificCommunicator()143 outFrameList.emplace_back(FrameInfo{work.buffer, entry.second, inCommLabel, work.frameId}); in FetchFramesForSpecificCommunicator()148 retainWorkPool_.erase(inCommLabel); in FetchFramesForSpecificCommunicator()
88 static int SetDivergeHeader(SerialBuffer *inBuff, const LabelType &inCommLabel);
403 int ProtocolProto::SetDivergeHeader(SerialBuffer *inBuff, const LabelType &inCommLabel) in SetDivergeHeader() argument420 divergeHeader.commLabel[i] = inCommLabel[i]; in SetDivergeHeader()
70 void SetCommLabel(const LabelType &inCommLabel) in SetCommLabel() argument72 commLabel_ = inCommLabel; in SetCommLabel()
58 std::list<FrameInfo> FetchFramesForSpecificCommunicator(const LabelType &inCommLabel);