Home
last modified time | relevance | path

Searched refs:InterfaceVariantType (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-inventory-manager/
H A Dtypes.hpp22 using InterfaceVariantType = typedef
32 using Interface = InterfaceType<InterfaceVariantType>;
33 using Object = ObjectType<InterfaceVariantType>;
H A Dinterface_ops.hpp80 static InterfaceVariantType op(const std::string /* propertyName */, in op()
83 return InterfaceVariantType{}; in op()
90 static InterfaceVariantType op(const std::string propertyName, in op()
95 return convertVariant<InterfaceVariantType>(property); in op()
H A Dassociation_manager.hpp61 std::vector<InterfaceVariantType> values;
63 InterfaceVariantType actualValue;
H A Dfunctor.hpp391 template <typename T, typename V = InterfaceVariantType>
/openbmc/phosphor-inventory-manager/test/
H A Dtypes_test.cpp11 void functionUsingInterfaceVariantType(InterfaceVariantType&) {} in functionUsingInterfaceVariantType() argument