Searched refs:GetAttribute (Results 1 - 20 of 20) sorted by relevance

/haiku/src/apps/devices/
H A DDeviceSCSI.cpp60 BString nodeVendor(GetAttribute("scsi/vendor").fValue);
61 BString nodeProduct(GetAttribute("scsi/product").fValue);
65 uint32 nodeTypeID = atoi(GetAttribute("scsi/type").fValue);
H A DDeviceACPI.cpp59 rootACPIPath = nodeACPIPath = GetAttribute("acpi/path").fValue;
60 nodeACPIHid = GetAttribute("acpi/hid").fValue;
H A DDevice.h100 virtual Attribute GetAttribute(const BString& name) function in class:Device
/haiku/src/apps/mediaplayer/playlist/
H A DUrlPlaylistItem.h28 virtual status_t GetAttribute(const Attribute& attribute,
33 virtual status_t GetAttribute(const Attribute& attribute,
38 virtual status_t GetAttribute(const Attribute& attribute,
43 virtual status_t GetAttribute(const Attribute& attribute,
H A DPlaylistItem.cpp96 if (GetAttribute(ATTR_STRING_NAME, name) != B_OK)
106 if (GetAttribute(ATTR_STRING_AUTHOR, author) != B_OK)
116 if (GetAttribute(ATTR_STRING_ALBUM, album) != B_OK)
126 if (GetAttribute(ATTR_STRING_TITLE, title) != B_OK)
136 if (GetAttribute(ATTR_INT32_TRACK, trackNumber) != B_OK)
146 if (GetAttribute(ATTR_INT64_DURATION, duration) != B_OK) {
165 if (GetAttribute(ATTR_INT64_FRAME, lastFrame) != B_OK)
175 if (GetAttribute(ATTR_FLOAT_VOLUME, lastVolume) != B_OK)
H A DFilePlaylistItem.h34 virtual status_t GetAttribute(const Attribute& attribute,
39 virtual status_t GetAttribute(const Attribute& attribute,
44 virtual status_t GetAttribute(const Attribute& attribute,
49 virtual status_t GetAttribute(const Attribute& attribute,
H A DUrlPlaylistItem.cpp74 UrlPlaylistItem::GetAttribute(const Attribute& attribute, BString& string) const function in class:UrlPlaylistItem
93 UrlPlaylistItem::GetAttribute(const Attribute& attribute, int32& value) const function in class:UrlPlaylistItem
107 UrlPlaylistItem::GetAttribute(const Attribute& attribute, int64& value) const function in class:UrlPlaylistItem
125 UrlPlaylistItem::GetAttribute(const Attribute& attribute, float& value) const function in class:UrlPlaylistItem
H A DPlaylistItem.h64 virtual status_t GetAttribute(const Attribute& attribute,
69 virtual status_t GetAttribute(const Attribute& attribute,
74 virtual status_t GetAttribute(const Attribute& attribute,
79 virtual status_t GetAttribute(const Attribute& attribute,
H A DFilePlaylistItem.cpp149 FilePlaylistItem::GetAttribute(const Attribute& attribute, function in class:FilePlaylistItem
185 FilePlaylistItem::GetAttribute(const Attribute& attribute, function in class:FilePlaylistItem
223 FilePlaylistItem::GetAttribute(const Attribute& attribute, function in class:FilePlaylistItem
253 FilePlaylistItem::GetAttribute(const Attribute& attribute, function in class:FilePlaylistItem
/haiku/src/preferences/appearance/
H A DCursorWhichItem.h41 cursor_which GetAttribute(void);
H A DCursorWhichItem.cpp124 cursor_which CursorWhichItem::GetAttribute(void) function in class:CursorWhichItem
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.h63 Attribute* GetAttribute(const char* name) const;
H A DShareAttrDir.cpp338 if (!name || GetAttribute(name))
384 // GetAttribute
386 ShareAttrDir::GetAttribute(const char* name) const function in class:ShareAttrDir
H A DShareVolume.cpp1629 Attribute* attribute = attrDir->GetAttribute(name);
1911 Attribute* attribute = attrDir->GetAttribute(name);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.h59 Attribute* GetAttribute(const char* name) const;
H A DAttributeDirectory.cpp194 if (!name || GetAttribute(name))
318 // GetAttribute
320 AttributeDirectory::GetAttribute(const char* name) const function in class:AttributeDirectory
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.cpp99 return fInode->GetAttribute(name, &fAttribute);
H A DInode.h131 status_t GetAttribute(const char* name,
H A DInode.cpp1002 && GetAttribute(name, &attribute) == B_OK) {
1078 status_t status = GetAttribute(name, &attribute);
1119 if (GetAttribute(name, &attribute) != B_OK) {
1309 Inode::GetAttribute(const char* name, Inode** _attribute) function in class:Inode
1318 FATAL(("get_vnode() failed in Inode::GetAttribute(name = \"%s\")\n",
H A DQuery.cpp439 if (inode->GetAttribute(fAttribute, &attribute) == B_OK) {

Completed in 93 milliseconds