Home
last modified time | relevance | path

Searched refs:i_unexpandedLocationCode (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager.cpp95 [this](const std::string& i_unexpandedLocationCode, in Manager()
97 return this->getExpandedLocationCode(i_unexpandedLocationCode, in Manager()
110 [this](const std::string& i_unexpandedLocationCode, in Manager() argument
113 i_unexpandedLocationCode, i_nodeNumber); in Manager()
491 const std::string& i_unexpandedLocationCode) in isValidUnexpandedLocationCode() argument
493 if ((i_unexpandedLocationCode.length() < in isValidUnexpandedLocationCode()
495 ((i_unexpandedLocationCode.compare(0, 4, "Ufcs") != in isValidUnexpandedLocationCode()
497 (i_unexpandedLocationCode.compare(0, 4, "Umts") != in isValidUnexpandedLocationCode()
499 ((i_unexpandedLocationCode.length() > in isValidUnexpandedLocationCode()
501 (i_unexpandedLocationCode.find("-") != 4))) in isValidUnexpandedLocationCode()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dmanager.hpp155 const std::string& i_unexpandedLocationCode,
190 const std::string& i_unexpandedLocationCode,