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.cpp449 std::vector<std::string> systemNames; in TEST_F() local
497 systemNames.push_back("system1"); in TEST_F()
499 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
524 systemNames[0] = "system2"; in TEST_F()
525 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
543 systemNames[0] = "system1"; in TEST_F()
544 EXPECT_THROW(Registry::getCallouts(json, systemNames, ad), in TEST_F()
583 systemNames[0] = "system1"; in TEST_F()
585 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
598 systemNames[0] = "system2"; in TEST_F()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.cpp373 const std::vector<std::string>& systemNames, in findCalloutList() argument
388 if (std::ranges::find(systemNames, in findCalloutList()
390 systemNames.end()) in findCalloutList()
404 auto inSystemNames = [systemNames](const auto& system) { in findCalloutList()
405 return (std::ranges::find(systemNames, system) != in findCalloutList()
406 systemNames.end()); in findCalloutList()
429 std::for_each(systemNames.begin(), systemNames.end(), in findCalloutList()
540 const nlohmann::json& json, const std::vector<std::string>& systemNames) in getCalloutsWithoutAD() argument
547 findCalloutList(json, systemNames, calloutLists); in getCalloutsWithoutAD()
595 const nlohmann::json& json, const std::vector<std::string>& systemNames, in getCalloutsUsingAD() argument
[all …]
H A Duser_header.cpp287 std::vector<std::string> systemNames; in getSeverity() local
296 systemNames = dataIface.getSystemNames(); in getSeverity()
311 if (std::find(systemNames.begin(), systemNames.end(), sev.system) != in getSeverity()
312 systemNames.end()) in getSeverity()
H A Dregistry.hpp306 const std::vector<std::string>& systemNames,
H A Dsrc.cpp953 std::vector<std::string> systemNames; in getRegistryCallouts() local
957 systemNames = dataIface.getSystemNames(); in getRegistryCallouts()
967 regEntry.callouts.value(), systemNames, additionalData); in getRegistryCallouts()
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dpcie_card_metadata.cpp35 PCIeCardMetadata::PCIeCardMetadata(const std::vector<std::string>& systemNames) in PCIeCardMetadata() argument
37 loadCards(systemNames); in PCIeCardMetadata()
40 void PCIeCardMetadata::loadCards(const std::vector<std::string>& systemNames) in loadCards() argument
50 for (const auto& systemName : systemNames) in loadCards()
H A Dpcie_card_metadata.hpp70 explicit PCIeCardMetadata(const std::vector<std::string>& systemNames);
125 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.cpp142 std::vector<std::string> systemNames() in systemNames() function