Searched refs:getCallouts (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | device_callouts_test.cpp | 475 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 D | registry_test.cpp | 511 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 D | device_callouts.hpp | 102 std::vector<Callout> getCallouts(
|
H A D | registry.hpp | 304 static std::vector<RegistryCallout> getCallouts(
|
H A D | src.cpp | 609 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 D | src.hpp | 445 std::optional<std::string> getCallouts() const;
|
H A D | device_callouts.cpp | 519 std::vector<Callout> getCallouts(const std::string& devPath, in getCallouts() function
|
H A D | registry.cpp | 892 std::vector<RegistryCallout> Registry::getCallouts( in getCallouts() function in openpower::pels::message::Registry
|