Lines Matching defs:names
1880 char **names) {
1934 if (names) {
1939 STRV_FOREACH(property, names) {
2033 if (names) {
2034 STRV_FOREACH(property, names) {
2084 char **names) {
2099 /* A non-NULL but empty names list means nothing needs to be
2103 if (names && names[0] == NULL)
2109 r = emit_properties_changed_on_interface(bus, path, path, interface, false, &found_interface, names);
2117 r = emit_properties_changed_on_interface(bus, prefix, path, interface, true, &found_interface, names);
2135 char **names;
2148 names = strv_from_stdarg_alloca(name);
2150 return sd_bus_emit_properties_changed_strv(bus, path, interface, names);