Searched refs:_SetAttribute (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/package/
H A DFetchUtils.cpp55 return _SetAttribute(node, DL_COMPLETE_ATTR,
63 return _SetAttribute(node, "BEOS:TYPE",
68 FetchUtils::_SetAttribute(BNode& node, const char* attrName, function in class:BPackageKit::BPrivate::FetchUtils
H A DFetchUtils.h28 static status_t _SetAttribute(BNode& node,
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp120 return _SetAttribute("Meta:Keywords", B_STRING_TYPE,
124 return _SetAttribute("Audio:Artist", B_STRING_TYPE,
127 return _SetAttribute("Media:Author", B_STRING_TYPE,
130 return _SetAttribute("Audio:Album", B_STRING_TYPE,
133 return _SetAttribute("Media:Title", B_STRING_TYPE,
136 return _SetAttribute("Audio:Bitrate", B_STRING_TYPE,
139 return _SetAttribute("Video:Bitrate", B_STRING_TYPE,
169 return _SetAttribute("Audio:Track", B_INT32_TYPE, &value,
172 return _SetAttribute("Media:Year", B_INT32_TYPE, &value,
175 return _SetAttribute("Medi
462 FilePlaylistItem::_SetAttribute(const char* attrName, type_code type, function in class:FilePlaylistItem
[all...]
H A DFilePlaylistItem.h72 status_t _SetAttribute(const char* attrName,

Completed in 301 milliseconds