Home
last modified time | relevance | path

Searched refs:DbusHelperInterface (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper_interface.hpp20 class DbusHelperInterface class
23 virtual ~DbusHelperInterface() = default;
H A Ddbuspassive.hpp42 std::unique_ptr<DbusHelperInterface> helper,
48 std::unique_ptr<DbusHelperInterface> helper, bool objectMissing,
75 std::unique_ptr<DbusHelperInterface> _helper;
H A Ddbuswrite.hpp34 std::unique_ptr<DbusHelperInterface> helper);
55 std::unique_ptr<DbusHelperInterface> helper);
H A Ddbuswrite.cpp42 std::unique_ptr<DbusHelperInterface> helper) in createDbusWrite()
111 std::unique_ptr<DbusHelperInterface> helper) in createDbusWrite()
H A Ddbushelper.hpp25 class DbusHelper : public DbusHelperInterface
H A Ddbuspassive.cpp56 std::unique_ptr<DbusHelperInterface> helper, const conf::SensorConfig* info, in createDbusPassive()
157 std::unique_ptr<DbusHelperInterface> helper, bool objectMissing, in DbusPassive()
/openbmc/phosphor-pid-control/test/
H A Ddbushelper_mock.hpp11 class DbusHelperMock : public DbusHelperInterface