Searched refs:objectMissing (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-pid-control/dbus/ |
| H A D | dbuspassive.cpp | 82 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 D | dbuspassive.hpp | 48 std::unique_ptr<DbusHelperInterface> helper, bool objectMissing,
|