Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dinterface_ops.hpp29 struct HasProperties struct
58 struct MakeInterface<T, std::enable_if_t<HasProperties<T>::value>>
88 struct GetPropertyValue<T, std::enable_if_t<HasProperties<T>::value>>
106 struct AssignInterface<T, std::enable_if_t<HasProperties<T>::value>>
132 struct SerializeInterface<T, Ops, std::enable_if_t<HasProperties<T>::value>>
152 struct DeserializeInterface<T, Ops, std::enable_if_t<HasProperties<T>::value>>
/openbmc/phosphor-inventory-manager/test/
H A Dinterface_ops_test.cpp106 EXPECT_FALSE(HasProperties<DummyInterfaceWithoutProperties>::value); in TEST()
111 EXPECT_TRUE(HasProperties<DummyInterfaceWithProperties>::value); in TEST()