Searched refs:getCallouts (Results 1 – 8 of 8) sorted by relevance
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | device_callouts_test.cpp | 462 EXPECT_THROW(getCallouts("/bad/path", systemTypes), in TEST_F() 468 auto callouts = getCallouts( in TEST_F() 486 getCallouts( in TEST_F() 494 getCallouts( in TEST_F() 503 auto callouts = getCallouts( in TEST_F() 517 getCallouts( in TEST_F() 527 auto callouts = getCallouts( in TEST_F() 543 getCallouts( in TEST_F() 554 getCallouts("/sys/devices/platform/ahb/ahb:apb/1e79b000.fsi/" in TEST_F() 567 getCallouts("/sys/devices/platform/ahb/ahb:apb/1e79b000.fsi/" in TEST_F()
|
| H A D | registry_test.cpp | 499 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() 525 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() 544 EXPECT_THROW(Registry::getCallouts(json, systemNames, ad), in TEST_F() 585 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() 599 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() 610 EXPECT_THROW(Registry::getCallouts(json, systemNames, ad), in TEST_F() 683 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() 704 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() 718 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() 731 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.hpp | 445 std::optional<std::string> getCallouts() const;
|
| H A D | src.cpp | 602 std::optional<std::string> SRC::getCallouts() const in getCallouts() function in openpower::pels::SRC 790 auto calloutJson = getCallouts(); in getJSON() 966 registryCallouts = message::Registry::getCallouts( in getRegistryCallouts() 1145 callouts = device_callouts::getCallouts(*devPath, in addDevicePathCallouts()
|
| H A D | device_callouts.cpp | 507 std::vector<Callout> getCallouts(const std::string& devPath, in getCallouts() function
|
| H A D | registry.cpp | 879 std::vector<RegistryCallout> Registry::getCallouts( in getCallouts() function in openpower::pels::message::Registry
|