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

/haiku/src/kits/package/
H A DFetchUtils.h32 static status_t _GetAttribute(const BNode& node,
H A DFetchUtils.cpp38 status_t status = _GetAttribute(node, DL_COMPLETE_ATTR,
85 FetchUtils::_GetAttribute(const BNode& node, const char* attrName, function in class:BPackageKit::BPrivate::FetchUtils
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp190 return _GetAttribute("Audio:Track", B_INT32_TYPE, &value,
193 return _GetAttribute("Media:Year", B_INT32_TYPE, &value,
196 return _GetAttribute("Media:Rating", B_INT32_TYPE, &value,
228 return _GetAttribute("Media:Frame", B_INT64_TYPE, &value,
231 return _GetAttribute("Media:Length", B_INT64_TYPE, &value,
257 return _GetAttribute("Media:Volume", B_FLOAT_TYPE, &value,
481 FilePlaylistItem::_GetAttribute(const char* attrName, type_code type, function in class:FilePlaylistItem
H A DFilePlaylistItem.h75 status_t _GetAttribute(const char* attrName,

Completed in 34 milliseconds