Home
last modified time | relevance | path

Searched defs:AssignInterface (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-inventory-manager/
H A Dinterface_ops.hpp100 struct AssignInterface struct
102 static void op(const Interface&, std::any&, bool) {} in op()
106 struct AssignInterface<T, std::enable_if_t<HasProperties<T>::value>> struct
108 static void op(const Interface& props, std::any& holder, bool deferSignal) in op()