Home
last modified time | relevance | path

Searched refs:getCreateFunctions (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/
H A Dextensions.hpp145 getCreateFunctions().push_back(func); in Extensions()
212 static CreateFunctions& getCreateFunctions();
H A Dextensions.cpp14 CreateFunctions& Extensions::getCreateFunctions() in getCreateFunctions() function in phosphor::logging::Extensions
H A Dlog_manager.cpp452 for (auto& create : Extensions::getCreateFunctions()) in doExtensionLogCreate()
/openbmc/phosphor-logging/test/
H A Dextensions_test.cpp77 EXPECT_EQ(Extensions::getCreateFunctions().size(), 2); in REGISTER_EXTENSION_FUNCTION()
78 for (auto& c : Extensions::getCreateFunctions()) in REGISTER_EXTENSION_FUNCTION()