Home
last modified time | relevance | path

Searched refs:systemNames (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp501 systemNames[0] = "system2"; in TEST_F()
520 systemNames[0] = "system1"; in TEST_F()
560 systemNames[0] = "system1"; in TEST_F()
575 systemNames[0] = "system2"; in TEST_F()
753 systemNames.clear(); in TEST_F()
836 systemNames[0] = "system3"; in TEST_F()
931 systemNames[0] = "system2"; in TEST_F()
947 systemNames[0] = "system3"; in TEST_F()
1028 systemNames[0] = "system2"; in TEST_F()
1045 systemNames[0] = "system3"; in TEST_F()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.cpp401 if (std::ranges::find(systemNames, in findCalloutList()
403 systemNames.end()) in findCalloutList()
417 auto inSystemNames = [systemNames](const auto& system) { in findCalloutList()
418 return (std::ranges::find(systemNames, system) != in findCalloutList()
419 systemNames.end()); in findCalloutList()
442 std::for_each(systemNames.begin(), systemNames.end(), in findCalloutList()
561 findCalloutList(json, systemNames, calloutLists); in getCalloutsWithoutAD()
610 const std::vector<std::string>& systemNames, in getCalloutsUsingAD() argument
647 systemNames); in getCalloutsUsingAD()
653 return getCalloutsWithoutAD((*it)["Callouts"], systemNames); in getCalloutsUsingAD()
[all …]
H A Duser_header.cpp302 std::vector<std::string> systemNames; in getSeverity() local
311 systemNames = dataIface.getSystemNames(); in getSeverity()
326 if (std::find(systemNames.begin(), systemNames.end(), sev.system) != in getSeverity()
327 systemNames.end()) in getSeverity()
H A Dregistry.hpp307 const std::vector<std::string>& systemNames,
H A Dsrc.cpp952 std::vector<std::string> systemNames; in getRegistryCallouts() local
956 systemNames = dataIface.getSystemNames(); in getRegistryCallouts()
966 regEntry.callouts.value(), systemNames, additionalData); in getRegistryCallouts()
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dpcie_card_metadata.cpp33 PCIeCardMetadata::PCIeCardMetadata(const std::vector<std::string>& systemNames) in PCIeCardMetadata() argument
35 loadCards(systemNames); in PCIeCardMetadata()
38 void PCIeCardMetadata::loadCards(const std::vector<std::string>& systemNames) in loadCards() argument
66 for (auto nameIt = systemNames.rbegin(); nameIt != systemNames.rend(); in loadCards()
H A Dpcie_card_metadata.hpp71 explicit PCIeCardMetadata(const std::vector<std::string>& systemNames);
130 void loadCards(const std::vector<std::string>& systemNames);
/openbmc/openpower-hw-diags/util/
H A Ddbus.hpp90 std::vector<std::string> systemNames();
H A Ddbus.cpp143 std::vector<std::string> systemNames() in systemNames() function