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.cpp264 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F()
271 EXPECT_THROW(util::getJSONFilename(compatibles), std::invalid_argument); in TEST_F()
287 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F()
294 EXPECT_EQ(util::getJSONFilename(compatibles), fallbackFile); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddevice_callouts.hpp143 std::filesystem::path getJSONFilename(
H A Ddevice_callouts.cpp24 fs::path getJSONFilename(const std::vector<std::string>& compatibleList) in getJSONFilename() function
80 auto filename = getJSONFilename(compatibleList); in loadJSON()