Lines Matching refs:DummyInterfaceWithProperties

12 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()
159 MakeInterface<DummyInterfaceWithProperties>::op(b, "bar", i, false); in TEST()
162 std::any_cast<std::shared_ptr<DummyInterfaceWithProperties>>(r)); in TEST()
176 MakeInterface<DummyInterfaceWithProperties>::op(b, "foo", i, false); in TEST()
179 std::any_cast<std::shared_ptr<DummyInterfaceWithProperties>>(r)); in TEST()
222 MakeInterface<DummyInterfaceWithProperties>::op(b, "foo", i, false); in TEST()
224 AssignInterface<DummyInterfaceWithProperties>::op(i, r, false); in TEST()
237 MakeInterface<DummyInterfaceWithProperties>::op(b, "bar", i, false); in TEST()
239 AssignInterface<DummyInterfaceWithProperties>::op(i, r, false); in TEST()
282 MakeInterface<DummyInterfaceWithProperties>::op(b, "foo", i, false); in TEST()
286 SerializeInterface<DummyInterfaceWithProperties, SerialForwarder>::op( in TEST()
298 MakeInterface<DummyInterfaceWithProperties>::op(b, "foo", i, false); in TEST()
302 SerializeInterface<DummyInterfaceWithProperties, SerialForwarder>::op( in TEST()
346 MakeInterface<DummyInterfaceWithProperties>::op(b, "foo", i, false); in TEST()
350 DeserializeInterface<DummyInterfaceWithProperties, SerialForwarder>::op( in TEST()
362 MakeInterface<DummyInterfaceWithProperties>::op(b, "foo", i, false); in TEST()
366 DeserializeInterface<DummyInterfaceWithProperties, SerialForwarder>::op( in TEST()