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

12

/haiku-fatelf/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-fatelf/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-fatelf/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp136 if (bDevice->GetProperty("hci_version", &value) == B_OK)
138 if (bDevice->GetProperty("hci_revision", &value) == B_OK)
144 if (bDevice->GetProperty("lmp_version", &value) == B_OK)
146 if (bDevice->GetProperty("lmp_subversion", &value) == B_OK)
151 if (bDevice->GetProperty("manufacturer", &value) == B_OK)
157 if (bDevice->GetProperty("acl_mtu", &value) == B_OK)
159 if (bDevice->GetProperty("acl_max_pkt", &value) == B_OK)
164 if (bDevice->GetProperty("sco_mtu", &value) == B_OK)
166 if (bDevice->GetProperty("sco_max_pkt", &value) == B_OK)
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp52 const Property* property = GetProperty();
158 if (const Property* property = GetProperty())
204 // GetProperty
206 PropertyItemView::GetProperty() const function in class:PropertyItemView
209 return fEditorView->GetProperty();
237 if (const Property* p = fEditorView->GetProperty())
H A DPropertyEditorView.h47 virtual Property* GetProperty() const = 0;
H A DPropertyItemView.h38 Property* GetProperty() const;
/haiku-fatelf/src/kits/bluetooth/
H A DRemoteDevice.cpp149 fDiscovererLocalDevice->GetProperty("role_switch_capable", &roleSwitch);
153 fDiscovererLocalDevice->GetProperty("packet_type", &packetType);
326 RemoteDevice::GetProperty(const char* property) /* Throwing */ function in class:Bluetooth::RemoteDevice
333 RemoteDevice::GetProperty(const char* property, uint32* value) /* Throwing */ function in class:Bluetooth::RemoteDevice
H A DLocalDevice.cpp119 LocalDevice::GetProperty(const char* property) function in class:Bluetooth::LocalDevice
127 LocalDevice::GetProperty(const char* property, uint32* value) function in class:Bluetooth::LocalDevice
582 if (GetProperty("manufacturer", &value) == B_OK
/haiku-fatelf/src/kits/tracker/
H A DTrackerScripting.cpp166 handled = GetProperty(&specifier, form, property, &reply);
317 TTracker::GetProperty(BMessage*, int32, const char*, BMessage*) function in class:TTracker

Completed in 92 milliseconds

12