Searched refs:i_part (Results 1 – 3 of 3) sorted by relevance
122 void ServiceData::calloutPart(const callout::PartType& i_part, in calloutPart() argument125 if (callout::PartType::PNOR == i_part) in calloutPart()134 throw std::logic_error("Unsupported part type: " + i_part.getString()); in calloutPart()140 ffdc["Part Type"] = i_part.getString(); in calloutPart()143 setSrcSubsystem(i_part.getSrcSubsystem(), i_priority); in calloutPart()
202 PartCalloutResolution(const callout::PartType& i_part, in PartCalloutResolution() argument204 iv_part(i_part), iv_priority(i_priority) in PartCalloutResolution()
146 void calloutPart(const callout::PartType& i_part,