Lines Matching defs:locCode
87 constexpr auto locCode = "xyz.openbmc_project.Inventory.Decorator.LocationCode";
469 auto service = getService(inventoryPath, interface::locCode);
471 DBusValue locCode;
472 getProperty(service, inventoryPath, interface::locCode, "LocationCode",
473 locCode);
475 return std::get<std::string>(locCode);
854 const std::string& locCode) const
856 if (_locationCache.contains(locCode))
858 return _locationCache.at(locCode);
866 void DataInterfaceBase::addDIMMLocCode(const std::string& locCode,
869 _locationCache.insert({locCode, isFRUDIMM});
872 bool DataInterfaceBase::isDIMM(const std::string& locCode)
874 auto isDIMMType = isDIMMLocCode(locCode);
885 auto fruType = openpower::phal::pdbg::getFRUType(locCode);
893 addDIMMLocCode(locCode, isDIMMFRU);
1034 std::string locCode;
1038 auto service = getService(path, interface::locCode);
1047 locCode = getLocationCode(path);
1057 locCode);
1060 setFruPresent(locCode);