Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-objects.c21 char *automatic_string_property; member
184 …AutomaticStringProperty", "s", NULL, NULL, offsetof(struct context, automatic_string_property), 0),
364 assert_se(streq(c->automatic_string_property, "Du Dödel, Du!")); in client()
549 assert_se(c.automatic_string_property = strdup("dudeldu")); in main()
570 free(c.automatic_string_property); in main()
Dtest-vtable-data.h8 char *automatic_string_property; member
61 offsetof(struct context, automatic_string_property), 0),