Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/test/
H A Dinterface_ops_test.cpp53 struct DummyInterfaceWithoutProperties struct
55 DummyInterfaceWithoutProperties(sdbusplus::bus_t&, const char* name) in DummyInterfaceWithoutProperties() function
106 EXPECT_FALSE(HasProperties<DummyInterfaceWithoutProperties>::value); in TEST()
125 MakeInterface<DummyInterfaceWithoutProperties>::op(b, "foo", i, false); in TEST()
128 std::any_cast<std::shared_ptr<DummyInterfaceWithoutProperties>>(r)); in TEST()
142 MakeInterface<DummyInterfaceWithoutProperties>::op(b, "foo", i, false); in TEST()
145 std::any_cast<std::shared_ptr<DummyInterfaceWithoutProperties>>(r)); in TEST()
194 AssignInterface<DummyInterfaceWithoutProperties>::op(i, r, false); in TEST()
209 AssignInterface<DummyInterfaceWithoutProperties>::op(i, r, false); in TEST()
254 SerializeInterface<DummyInterfaceWithoutProperties, SerialForwarder>::op( in TEST()
[all …]