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