Searched refs:PowerInterfaceBase (Results 1 – 7 of 7) sorted by relevance
14 class PowerInterfaceBase class17 PowerInterfaceBase() = default;18 virtual ~PowerInterfaceBase() = default;19 PowerInterfaceBase(const PowerInterfaceBase&) = delete;20 PowerInterfaceBase& operator=(const PowerInterfaceBase&) = delete;21 PowerInterfaceBase(PowerInterfaceBase&&) = delete;22 PowerInterfaceBase& operator=(PowerInterfaceBase&&) = delete;47 class PowerInterface : public PowerInterfaceBase
55 std::shared_ptr<PowerInterfaceBase> powerInterface, in PowerOffAction()129 std::shared_ptr<PowerInterfaceBase> _powerIface;170 std::shared_ptr<PowerInterfaceBase> powerInterface, in HardPowerOff()262 std::shared_ptr<PowerInterfaceBase> powerInterface, in SoftPowerOff()360 std::shared_ptr<PowerInterfaceBase> powerInterface, in EpowPowerOff()
31 class PowerInterfaceBase;96 const json& obj, std::shared_ptr<PowerInterfaceBase>& powerInterface,
468 std::shared_ptr<PowerInterfaceBase>& powerInterface, in getPowerOffAction()527 const json& obj, std::shared_ptr<PowerInterfaceBase>& powerInterface, in getPowerOffRules()
351 std::shared_ptr<PowerInterfaceBase> powerInterface = in setFaultConfig()
10 class MockPowerInterface : public PowerInterfaceBase
54 std::shared_ptr<PowerInterfaceBase> powerIface = in TEST()