Searched refs:GetProperty (Results 1 - 25 of 31) sorted by relevance

12

/haiku/headers/os/bluetooth/
H A DBluetoothDevice.h33 virtual BString GetProperty(const char* property)=0;
34 virtual status_t GetProperty(const char* property, uint32* value)=0;
H A DLocalDevice.h44 BString GetProperty(const char* property);
45 status_t GetProperty(const char* property, uint32* value);
H A DRemoteDevice.h48 BString GetProperty(const char* property); /* Throwing */
49 status_t GetProperty(const char* property, uint32* value); /* Throwing */
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DFloatValueView.h29 virtual Property* GetProperty() const;
H A DInt64ValueView.h29 virtual Property* GetProperty() const;
H A DIntValueView.h29 virtual Property* GetProperty() const;
H A DStringValueView.h30 virtual Property* GetProperty() const;
H A DBoolValueView.h33 virtual Property* GetProperty() const;
H A DColorValueView.h35 virtual Property* GetProperty() const;
H A DIconValueView.h29 virtual Property* GetProperty() const;
H A DOptionValueView.h37 virtual Property* GetProperty() const;
H A DFloatValueView.cpp69 // GetProperty
71 FloatValueView::GetProperty() const function in class:FloatValueView
H A DInt64ValueView.cpp72 // GetProperty
74 Int64ValueView::GetProperty() const function in class:Int64ValueView
H A DIntValueView.cpp69 // GetProperty
71 IntValueView::GetProperty() const function in class:IntValueView
H A DStringValueView.cpp69 // GetProperty
71 StringValueView::GetProperty() const function in class:StringValueView
H A DColorValueView.cpp136 // GetProperty
138 ColorValueView::GetProperty() const function in class:ColorValueView
H A DIconValueView.cpp91 // GetProperty
93 IconValueView::GetProperty() const function in class:IconValueView
H A DBoolValueView.cpp163 // GetProperty
165 BoolValueView::GetProperty() const function in class:BoolValueView
/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp117 if (bDevice->GetProperty("hci_version", &value) == B_OK)
119 if (bDevice->GetProperty("hci_revision", &value) == B_OK)
125 if (bDevice->GetProperty("lmp_version", &value) == B_OK)
127 if (bDevice->GetProperty("lmp_subversion", &value) == B_OK)
132 if (bDevice->GetProperty("manufacturer", &value) == B_OK)
138 if (bDevice->GetProperty("acl_mtu", &value) == B_OK)
140 if (bDevice->GetProperty("acl_max_pkt", &value) == B_OK)
145 if (bDevice->GetProperty("sco_mtu", &value) == B_OK)
147 if (bDevice->GetProperty("sco_max_pkt", &value) == B_OK)
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.h47 virtual Property* GetProperty() const = 0;
H A DPropertyItemView.h38 Property* GetProperty() const;
H A DPropertyItemView.cpp52 const Property* property = GetProperty();
170 if (const Property* property = GetProperty())
216 // GetProperty
218 PropertyItemView::GetProperty() const function in class:PropertyItemView
221 return fEditorView->GetProperty();
249 if (const Property* p = fEditorView->GetProperty())
/haiku/src/kits/bluetooth/
H A DRemoteDevice.cpp153 fDiscovererLocalDevice->GetProperty("role_switch_capable", &roleSwitch);
157 fDiscovererLocalDevice->GetProperty("packet_type", &packetType);
330 RemoteDevice::GetProperty(const char* property) /* Throwing */ function in class:Bluetooth::RemoteDevice
337 RemoteDevice::GetProperty(const char* property, uint32* value) /* Throwing */ function in class:Bluetooth::RemoteDevice
H A DLocalDevice.cpp120 LocalDevice::GetProperty(const char* property) function in class:Bluetooth::LocalDevice
128 LocalDevice::GetProperty(const char* property, uint32* value) function in class:Bluetooth::LocalDevice
586 if (GetProperty("manufacturer", &value) == B_OK
/haiku/src/kits/tracker/
H A DTrackerScripting.cpp167 handled = GetProperty(message, form, property, &reply);
303 TTracker::GetProperty(BMessage* message, int32 form, const char* property, function in class:TTracker

Completed in 163 milliseconds

12