Lines Matching refs:property_name
438 const char *property_name = "URLs";
443 pa_assert_se(dbus_message_iter_append_basic(&sub, DBUS_TYPE_STRING, &property_name));
450 const char *property_name = "MIMEType";
455 pa_assert_se(dbus_message_iter_append_basic(&sub, DBUS_TYPE_STRING, &property_name));
462 const char *property_name = "DisplayName";
467 pa_assert_se(dbus_message_iter_append_basic(&sub, DBUS_TYPE_STRING, &property_name));
531 const char *property_name = filter[i];
532 if (pa_streq(property_name, "Parent")) {
535 else if (pa_streq(property_name, "Type")) {
538 else if (pa_streq(property_name, "Path")) {
541 else if (pa_streq(property_name, "DisplayName")) {
547 else if (pa_streq(property_name, "ChildCount")) {
550 else if (pa_streq(property_name, "Searchable")) {
590 const char *property_name = filter[i];
591 if (pa_streq(property_name, "Parent")) {
594 else if (pa_streq(property_name, "Type")) {
597 else if (pa_streq(property_name, "Path")) {
600 else if (pa_streq(property_name, "DisplayName")) {
603 else if (pa_streq(property_name, "URLs")) {
606 else if (pa_streq(property_name, "MIMEType")) {
609 else if (pa_streq(property_name, "DLNAProfile")) {