Lines Matching refs:item_requested
1073 ListItem item_requested; in GetItemAttributesVFSResponse() local
1077 item_requested = temp; in GetItemAttributesVFSResponse()
1082 if (item_requested.type == ListItem::SONG && !HasBipClient()) { in GetItemAttributesVFSResponse()
1083 filter_cover_art(item_requested.song); in GetItemAttributesVFSResponse()
1089 if (item_requested.type == ListItem::FOLDER) { in GetItemAttributesVFSResponse()
1091 builder->AddAttributeEntry(Attribute::TITLE, item_requested.folder.name); in GetItemAttributesVFSResponse()
1096 item_requested.folder.name); in GetItemAttributesVFSResponse()
1103 if (item_requested.song.attributes.find(attribute) != in GetItemAttributesVFSResponse()
1104 item_requested.song.attributes.end()) { in GetItemAttributesVFSResponse()
1106 *item_requested.song.attributes.find(attribute)); in GetItemAttributesVFSResponse()
1112 for (const auto& attribute : item_requested.song.attributes) { in GetItemAttributesVFSResponse()