Lines Matching refs:locCode
74 constexpr auto locCode = "xyz.openbmc_project.Inventory.Decorator.LocationCode"; variable
454 auto service = getService(inventoryPath, interface::locCode); in getLocationCode()
456 DBusValue locCode; in getLocationCode() local
457 getProperty(service, inventoryPath, interface::locCode, "LocationCode", in getLocationCode()
458 locCode); in getLocationCode()
460 return std::get<std::string>(locCode); in getLocationCode()
837 const std::string& locCode) const in isDIMMLocCode()
839 if (_locationCache.contains(locCode)) in isDIMMLocCode()
841 return _locationCache.at(locCode); in isDIMMLocCode()
849 void DataInterfaceBase::addDIMMLocCode(const std::string& locCode, in addDIMMLocCode() argument
852 _locationCache.insert({locCode, isFRUDIMM}); in addDIMMLocCode()
855 bool DataInterfaceBase::isDIMM(const std::string& locCode) in isDIMM() argument
857 auto isDIMMType = isDIMMLocCode(locCode); in isDIMM()
868 auto fruType = openpower::phal::pdbg::getFRUType(locCode); in isDIMM()
876 addDIMMLocCode(locCode, isDIMMFRU); in isDIMM()
1017 std::string locCode; in notifyPresenceSubscribers() local
1021 auto service = getService(path, interface::locCode); in notifyPresenceSubscribers()
1030 locCode = getLocationCode(path); in notifyPresenceSubscribers()
1040 locCode); in notifyPresenceSubscribers()
1043 setFruPresent(locCode); in notifyPresenceSubscribers()