Home
last modified time | relevance | path

Searched refs:getJSONFilename (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Ddevice_callouts_test.cpp277 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F()
284 EXPECT_THROW(util::getJSONFilename(compatibles), std::invalid_argument); in TEST_F()
300 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F()
307 EXPECT_EQ(util::getJSONFilename(compatibles), fallbackFile); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddevice_callouts.hpp144 getJSONFilename(const std::vector<std::string>& compatibleList);
H A Ddevice_callouts.cpp36 fs::path getJSONFilename(const std::vector<std::string>& compatibleList) in getJSONFilename() function
92 auto filename = getJSONFilename(compatibleList); in loadJSON()