Home
last modified time | relevance | path

Searched refs:sysType (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dplatform_config.cpp44 std::optional<std::string> sysType = in systemCompatibleCallback() local
46 if (sysType.has_value()) in systemCompatibleCallback()
48 systemType = sysType.value(); in systemCompatibleCallback()
109 std::optional<std::string> sysType = in getPlatformName() local
113 if (sysType.has_value()) in getPlatformName()
115 systemType = sysType.value(); in getPlatformName()
H A Dbios_config.cpp59 initBIOSAttributes(sysType, false); in BIOSConfig()
73 sysType = systemType.value(); in checkSystemTypeAvailability()
74 initBIOSAttributes(sysType, true); in checkSystemTypeAvailability()
88 sysType = systemType; in initBIOSAttributes()
89 fs::path dir{jsonDir / sysType}; in initBIOSAttributes()
538 (jsonDir / sysType / attributesJsonFile)); in constructAttributes()
539 load(jsonDir / sysType / attributesJsonFile, [this](const Json& entry) { in constructAttributes()
628 load(jsonDir / sysType / attributesJsonFile, [&strings](const Json& entry) { in buildAndStoreStringTable()
H A Dbios_config.hpp141 void initBIOSAttributes(const std::string& sysType, bool registerService);
194 std::string sysType; member in pldm::responder::bios::BIOSConfig