Searched refs:found_interface (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-objects.c | 805 bool found_interface; in property_get_all_callbacks_run() local 820 found_interface = !iface || STR_IN_SET(iface, in property_get_all_callbacks_run() 844 found_interface = true; in property_get_all_callbacks_run() 856 if (!found_interface) { in property_get_all_callbacks_run() 2053 bool *found_interface, in emit_properties_changed_on_interface() argument 2068 assert(found_interface); in emit_properties_changed_on_interface() 2104 *found_interface = true; in emit_properties_changed_on_interface() 2261 bool found_interface = false; in sd_bus_emit_properties_changed_strv() local 2292 …= emit_properties_changed_on_interface(bus, path, path, interface, false, &found_interface, names); in sd_bus_emit_properties_changed_strv() 2299 … emit_properties_changed_on_interface(bus, prefix, path, interface, true, &found_interface, names); in sd_bus_emit_properties_changed_strv() [all …]
|