Home
last modified time | relevance | path

Searched refs:getDeleteProhibitedFunctions (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-logging/
H A Dextensions.hpp172 getDeleteProhibitedFunctions().push_back(func); in Extensions()
224 static DeleteProhibitedFunctions& getDeleteProhibitedFunctions();
H A Dextensions.cpp26 DeleteProhibitedFunctions& Extensions::getDeleteProhibitedFunctions() in getDeleteProhibitedFunctions() function in phosphor::logging::Extensions
H A Delog_entry.cpp33 for (auto& func : Extensions::getDeleteProhibitedFunctions()) in resolved()
H A Dlog_manager.cpp579 for (auto& func : Extensions::getDeleteProhibitedFunctions()) in erase()
/openbmc/phosphor-logging/test/
H A Dextensions_test.cpp89 EXPECT_EQ(Extensions::getDeleteProhibitedFunctions().size(), 2); in REGISTER_EXTENSION_FUNCTION()
90 for (auto& p : Extensions::getDeleteProhibitedFunctions()) in REGISTER_EXTENSION_FUNCTION()
H A Delog_update_ts_test.cpp155 Extensions::getDeleteProhibitedFunctions().clear(); in TEST()