Home
last modified time | relevance | path

Searched refs:createProfile (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-buttons/inc/
H A Dpower_button_profile_factory.hpp41 std::unique_ptr<PowerButtonProfile> createProfile(sdbusplus::bus_t& bus) in createProfile() function in phosphor::button::PowerButtonProfileFactory
/openbmc/phosphor-buttons/src/
H A Dbutton_handler.cpp46 PowerButtonProfileFactory::instance().createProfile(bus); in Handler()