Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-objects.c1049 const char *previous_interface = NULL; in object_manager_serialize_path() local
1113 if (!streq_ptr(previous_interface, i->interface)) { in object_manager_serialize_path()
1117 if (previous_interface) { in object_manager_serialize_path()
1148 previous_interface = i->interface; in object_manager_serialize_path()
1151 if (previous_interface) { in object_manager_serialize_path()
2344 const char *previous_interface = NULL; in object_added_append_all_prefix() local
2373 if (!streq_ptr(c->interface, previous_interface)) { in object_added_append_all_prefix()
2385 if (previous_interface) { in object_added_append_all_prefix()
2404 previous_interface = c->interface; in object_added_append_all_prefix()
2414 if (previous_interface) { in object_added_append_all_prefix()
[all …]