Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/test/
H A Dinterface_ops_test.cpp12 struct DummyInterfaceWithProperties;
45 const DummyInterfaceWithProperties&));
50 DummyInterfaceWithProperties&));
61 struct DummyInterfaceWithProperties struct
65 DummyInterfaceWithProperties(sdbusplus::bus_t&, const char* name, in DummyInterfaceWithProperties() argument
86 const DummyInterfaceWithProperties& obj) in serialize() argument
98 DummyInterfaceWithProperties& obj) in deserialize()
111 EXPECT_TRUE(HasProperties<DummyInterfaceWithProperties>::value); in TEST()
162 std::any_cast<std::shared_ptr<DummyInterfaceWithProperties>>(r)); in TEST()
224 AssignInterface<DummyInterfaceWithProperties>::op(i, r, false); in TEST()
[all …]