Home
last modified time | relevance | path

Searched refs:getCallouts (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Ddevice_callouts_test.cpp475 EXPECT_THROW(getCallouts("/bad/path", systemTypes), in TEST_F()
481 auto callouts = getCallouts( in TEST_F()
499 getCallouts( in TEST_F()
507 getCallouts( in TEST_F()
516 auto callouts = getCallouts( in TEST_F()
530 getCallouts( in TEST_F()
540 auto callouts = getCallouts( in TEST_F()
556 getCallouts( in TEST_F()
567 getCallouts("/sys/devices/platform/ahb/ahb:apb/1e79b000.fsi/" in TEST_F()
580 getCallouts("/sys/devices/platform/ahb/ahb:apb/1e79b000.fsi/" in TEST_F()
H A Dregistry_test.cpp511 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
537 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
556 EXPECT_THROW(Registry::getCallouts(json, systemNames, ad), in TEST_F()
597 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
611 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
622 EXPECT_THROW(Registry::getCallouts(json, systemNames, ad), in TEST_F()
695 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
716 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
730 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
743 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddevice_callouts.hpp102 std::vector<Callout> getCallouts(
H A Dregistry.hpp304 static std::vector<RegistryCallout> getCallouts(
H A Dsrc.cpp609 std::optional<std::string> SRC::getCallouts() const in getCallouts() function in openpower::pels::SRC
797 auto calloutJson = getCallouts(); in getJSON()
973 registryCallouts = message::Registry::getCallouts( in getRegistryCallouts()
1152 callouts = device_callouts::getCallouts(*devPath, in addDevicePathCallouts()
H A Dsrc.hpp445 std::optional<std::string> getCallouts() const;
H A Ddevice_callouts.cpp519 std::vector<Callout> getCallouts(const std::string& devPath, in getCallouts() function
H A Dregistry.cpp892 std::vector<RegistryCallout> Registry::getCallouts( in getCallouts() function in openpower::pels::message::Registry