Lines Matching refs:i_expandedLocationCode
102 [this](const std::string& i_expandedLocationCode) in Manager()
105 i_expandedLocationCode); in Manager()
627 const std::string& i_expandedLocationCode) in getUnexpandedLocationCode() argument
633 if (i_expandedLocationCode[0] != 'U' || in getUnexpandedLocationCode()
634 i_expandedLocationCode.length() < in getUnexpandedLocationCode()
640 i_expandedLocationCode.c_str())); in getUnexpandedLocationCode()
656 std::string l_firstKwd = i_expandedLocationCode.substr(1, 4); in getUnexpandedLocationCode()
668 size_t l_nodeStartPos = i_expandedLocationCode.find('.'); in getUnexpandedLocationCode()
674 i_expandedLocationCode.c_str())); in getUnexpandedLocationCode()
678 i_expandedLocationCode.find('.', l_nodeStartPos + 1); in getUnexpandedLocationCode()
684 i_expandedLocationCode.c_str())); in getUnexpandedLocationCode()
688 l_nodeNummber = std::stoi(i_expandedLocationCode.substr( in getUnexpandedLocationCode()
695 if (i_expandedLocationCode.length() > in getUnexpandedLocationCode()
699 i_expandedLocationCode[0] + std::string("fcs") + in getUnexpandedLocationCode()
700 i_expandedLocationCode.substr( in getUnexpandedLocationCode()
738 i_expandedLocationCode.c_str())); in getUnexpandedLocationCode()
746 const std::string& i_expandedLocationCode) in getFrusByExpandedLocationCode() argument
749 getUnexpandedLocationCode(i_expandedLocationCode); in getFrusByExpandedLocationCode()