Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp82 bool objectMissing = false; in createDbusPassive() local
109 objectMissing = true; in createDbusPassive()
111 bus, type, id, std::move(helper), objectMissing, path, redundancy); in createDbusPassive()
130 bus, type, id, std::move(helper), objectMissing, path, redundancy); in createDbusPassive()
157 std::unique_ptr<DbusHelperInterface> helper, bool objectMissing, in DbusPassive() argument
161 _id(id), _helper(std::move(helper)), _objectMissing(objectMissing), in DbusPassive()
H A Ddbuspassive.hpp48 std::unique_ptr<DbusHelperInterface> helper, bool objectMissing,