Searched refs:PowerButtonProfile (Results 1 – 4 of 4) sorted by relevance
27 class PowerButtonProfile class30 PowerButtonProfile(sdbusplus::bus_t& bus) : in PowerButtonProfile() function in phosphor::button::PowerButtonProfile36 std::bind(&PowerButtonProfile::pressedHandler, this, in PowerButtonProfile()43 std::bind(&PowerButtonProfile::releasedHandler, this, in PowerButtonProfile()47 virtual ~PowerButtonProfile() = default;
13 std::function<std::unique_ptr<PowerButtonProfile>(sdbusplus::bus_t& bus)>;41 std::unique_ptr<PowerButtonProfile> createProfile(sdbusplus::bus_t& bus) in createProfile()
34 class HostThenChassisPowerOff : public PowerButtonProfile52 PowerButtonProfile(bus), state(PowerOpState::buttonNotPressed), in HostThenChassisPowerOff()
167 std::unique_ptr<PowerButtonProfile> powerButtonProfile;