Searched refs:test_vtable_2 (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | test-bus-vtable-cc.cc | 44 …dd_object_vtable(bus, NULL, "/foo", "org.freedesktop.systemd.testVtable", test_vtable_2, &c) >= 0); in test_vtable() 45 …d_object_vtable(bus, NULL, "/foo", "org.freedesktop.systemd.testVtable2", test_vtable_2, &c) >= 0); in test_vtable() 50 …vtable(bus, NULL, "/fallback", "org.freedesktop.systemd.testVtable2", test_vtable_2, happy_finder,… in test_vtable()
|
D | test-bus-vtable.c | 44 …dd_object_vtable(bus, NULL, "/foo", "org.freedesktop.systemd.testVtable", test_vtable_2, &c) >= 0); in test_vtable() 45 …d_object_vtable(bus, NULL, "/foo", "org.freedesktop.systemd.testVtable2", test_vtable_2, &c) >= 0); in test_vtable() 50 …vtable(bus, NULL, "/fallback", "org.freedesktop.systemd.testVtable2", test_vtable_2, happy_finder,… in test_vtable()
|
D | test-bus-introspect.c | 28 test_manual_introspection_one(test_vtable_2); in TEST()
|
D | test-vtable-data.h | 43 static const sd_bus_vtable test_vtable_2[] = { variable
|