Searched refs:systemType (Results 1 – 12 of 12) sorted by relevance
54 systemType = sysType.value(); in systemCompatibleCallback()58 sysTypeCallback(systemType, true); in systemCompatibleCallback()62 if (!systemType.empty()) in systemCompatibleCallback()74 if (!systemType.empty()) in getPlatformName()76 return fs::path{systemType}; in getPlatformName()124 systemType = sysType.value(); in getPlatformName()126 return fs::path{systemType}; in getPlatformName()
56 std::string systemType; member in pldm::responder::platform_config::Handler
69 auto systemType = platformConfigHandler->getPlatformName(); in checkSystemTypeAvailability() local70 if (systemType.has_value()) in checkSystemTypeAvailability()73 sysType = systemType.value(); in checkSystemTypeAvailability()85 void BIOSConfig::initBIOSAttributes(const std::string& systemType, in initBIOSAttributes() argument88 sysType = systemType; in initBIOSAttributes()
186 auto systemType = platformConfigHandler->getPlatformName(); in getPDR() local187 if (systemType.has_value()) in getPDR()194 pdrJsonsDir.push_back(pdrJsonDir / systemType.value()); in getPDR()
245 for (const std::string& systemType : compatibleSystemTypes) in findConfigFile() local249 fileNames.emplace_back(systemType + ".json"); in findConfigFile()253 std::string::size_type pos = systemType.rfind('.'); in findConfigFile()254 if ((pos != std::string::npos) && ((systemType.size() - pos) > 1)) in findConfigFile()256 fileNames.emplace_back(systemType.substr(pos + 1) + ".json"); in findConfigFile()
17 types::SystemTypeMap systemType{ variable
48 for (const std::string& systemType : compatibleSystemTypes) in find() local52 fileName = systemType + ".json"; in find()62 std::string::size_type pos = systemType.rfind('.'); in find()63 if ((pos != std::string::npos) && ((systemType.size() - pos) > 1)) in find()65 fileName = systemType.substr(pos + 1) + ".json"; in find()
36 system.systemType = data.SystemType;
97 <dt>{{ $t('pageInventory.table.systemType') }}:</dt>99 {{ dataFormatter(item.systemType) }}
40 dataIn = getSMBIOSTypePtr(dataIn, systemType); in uuid()
190 systemType = 1, enumerator
564 auto l_itrToIM = config::systemType.find(l_imKwdValue); in getSystemJson()565 if (l_itrToIM == config::systemType.end()) in getSystemJson()