Home
last modified time | relevance | path

Searched refs:PolicyAccess (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-fan-presence/presence/
H A Drpolicy.hpp90 class PolicyAccess : public T class
93 PolicyAccess() = default;
94 PolicyAccess(const PolicyAccess&) = default;
95 PolicyAccess& operator=(const PolicyAccess&) = default;
96 PolicyAccess(PolicyAccess&&) = default;
97 PolicyAccess& operator=(PolicyAccess&&) = default;
98 ~PolicyAccess() = default;
107 PolicyAccess(size_t index, Args&&... args) : in PolicyAccess() function in phosphor::fan::presence::PolicyAccess
H A Djson_parser.cpp281 return std::make_unique<PolicyAccess<Tach, JsonConfig>>( in getTach()
304 return std::make_unique<PolicyAccess<Gpio, JsonConfig>>( in getGpio()
340 return std::make_unique<PolicyAccess<NullGpio, JsonConfig>>(); in getGpio()
/openbmc/phosphor-fan-presence/presence/templates/
H A Dgpio.mako.hpp1 std::make_unique<PolicyAccess<Gpio, ConfigPolicy>>(
H A Dtach.mako.hpp1 std::make_unique<PolicyAccess<Tach, ConfigPolicy>>(