Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.hpp157 std::unique_ptr<phosphor::fan::trust::Manager> _trust; member in phosphor::fan::monitor::System
H A Dsystem.cpp256 _trust = std::make_unique<trust::Manager>(groupFuncs); in setTrustMgr()
284 std::make_unique<Fan>(_mode, _bus, _event, _trust, fanDef, *this)); in setFans()