Lines Matching refs:DummyInterfaceWithoutProperties

53 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()
192 MakeInterface<DummyInterfaceWithoutProperties>::op(b, "foo", i, false); in TEST()
194 AssignInterface<DummyInterfaceWithoutProperties>::op(i, r, false); in TEST()
207 MakeInterface<DummyInterfaceWithoutProperties>::op(b, "foo", i, false); in TEST()
209 AssignInterface<DummyInterfaceWithoutProperties>::op(i, r, false); in TEST()
250 MakeInterface<DummyInterfaceWithoutProperties>::op(b, "foo", i, false); in TEST()
254 SerializeInterface<DummyInterfaceWithoutProperties, SerialForwarder>::op( in TEST()
266 MakeInterface<DummyInterfaceWithoutProperties>::op(b, "foo", i, false); in TEST()
270 SerializeInterface<DummyInterfaceWithoutProperties, SerialForwarder>::op( in TEST()
314 MakeInterface<DummyInterfaceWithoutProperties>::op(b, "foo", i, false); in TEST()
318 DeserializeInterface<DummyInterfaceWithoutProperties, SerialForwarder>::op( in TEST()
330 MakeInterface<DummyInterfaceWithoutProperties>::op(b, "foo", i, false); in TEST()
334 DeserializeInterface<DummyInterfaceWithoutProperties, SerialForwarder>::op( in TEST()