Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/openbmc/openbmc-test-automation/openpower/
H A Dtest_bmc_devicetree.robot18 Check BMC Model Property Is Set
21 [Template] Template Check Property
23 #Property
27 Check BMC Compatible Property Is Set
30 [Template] Template Check Property
32 #Property
36 Check BMC CPU Name Property Is Set
39 [Template] Template Check Property
41 #Property
45 Check BMC CPU Compatible Property Is Set
[all …]
/openbmc/qemu/hw/core/
H A Dqdev-properties.c55 void *object_field_prop_ptr(Object *obj, const Property *prop) in object_field_prop_ptr()
65 const Property *prop = opaque; in field_prop_get()
82 const Property *prop = opaque; in field_prop_set()
104 const Property *prop = opaque; in qdev_propinfo_get_enum()
113 const Property *prop = opaque; in qdev_propinfo_set_enum()
120 const Property *prop) in qdev_propinfo_set_default_value_enum()
128 static uint32_t qdev_get_prop_mask(const Property *prop) in qdev_get_prop_mask()
134 static void bit_prop_set(Object *obj, const Property *props, bool val) in bit_prop_set()
148 const Property *prop = opaque; in prop_get_bit()
158 const Property *prop = opaque; in prop_set_bit()
[all …]
H A Dqdev-prop-internal.h17 const Property *prop);
19 const Property *prop);
21 const Property *prop);
H A Dqdev-properties-system.c93 const Property *prop = opaque; in get_drive()
119 const Property *prop = opaque; in set_drive_helper()
229 const Property *prop = opaque; in release_drive()
273 const Property *prop = opaque; in set_chr()
309 const Property *prop = opaque; in release_chr()
333 const Property *prop = opaque; in get_mac()
348 const Property *prop = opaque; in set_mac()
410 const Property *prop = opaque; in get_netdev()
421 const Property *prop = opaque; in set_netdev()
489 const Property *prop = opaque; in get_audiodev()
[all …]
/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertygentest.cpp11 using Property = typedef
14 using GroupOfProperties = std::vector<::Property>;
39 ::Property{interfaces[0], properties[0], meta[0]},
40 ::Property{interfaces[1], properties[1], meta[1]},
43 ::Property{interfaces[0], properties[2], meta[0]},
44 ::Property{interfaces[1], properties[0], meta[1]},
47 ::Property{interfaces[2], properties[0], meta[0]},
48 ::Property{interfaces[3], properties[1], meta[1]},
51 ::Property{interfaces[0], properties[2], meta[0]},
52 ::Property{interfaces[1], properties[1], meta[1]},
[all …]
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp333 template <typename Property>
349 std::variant<Property> value; in getProperty()
351 return std::get<Property>(value); in getProperty()
355 template <typename Property>
360 return getProperty<Property>(getBus(), path, interface, property); in getProperty()
410 template <typename Property>
426 std::variant<Property> value; in getProperty()
428 return std::get<Property>(value); in getProperty()
432 template <typename Property>
437 return getProperty<Property>(getBus(), service, path, interface, in getProperty()
[all …]
H A Dutility.hpp95 using Property = std::string; in getObjMap() typedef
97 using PropertyMap = std::map<Property, Value>; in getObjMap()
/openbmc/phosphor-dbus-monitor/mslverify/
H A Dutil.hpp113 template <typename Property>
123 ::std::variant<Property> value; in getProperty()
125 return std::get<Property>(value); in getProperty()
129 template <typename Property>
134 return getProperty<Property>(getBus(), busName, path, interface, property); in getProperty()
138 template <typename Property>
143 return getProperty<Property>(bus, getService(bus, path, interface), path, in getProperty()
148 template <typename Property>
152 return getProperty<Property>(getBus(), path, interface, property); in getProperty()
/openbmc/sdbusplus/tools/sdbusplus/
H A Denum.py2 from .property import Property
10 self.values = [Property(**v) for v in kwargs.pop("values", [])]
H A Dsignal.py2 from .property import Property
8 self.properties = [Property(**p) for p in kwargs.pop("properties", [])]
H A Dmethod.py2 from .property import Property
8 self.parameters = [Property(**p) for p in kwargs.pop("parameters", [])]
9 self.returns = [Property(**r) for r in kwargs.pop("returns", [])]
H A Dproperty.py7 class Property(NamedElement, Renderer): class
59 super(Property, self).__init__(**kwargs)
267 return Property.propertyMap[self.__type_tuple()[0]]["registryName"]
279 entry = Property.propertyMap[first]
/openbmc/phosphor-host-ipmid/
H A Dipmi_fru_info_area.hpp15 using Property = std::string; typedef
16 using PropertyMap = std::map<Property, Value>;
/openbmc/ipmi-fru-parser/
H A Dtypes.hpp16 using Property = std::string; typedef
29 using PropertyMap = std::map<Property, Value>;
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/
H A D0001-cli-drop-the-second-argument-from-click.argument-dec.patch72 """Method: Get Property (case sensitive)"""
83 """Method: Set Property (case sensitive)"""
93 """Method: Get Property (case sensitive)"""
104 """Method: Set Property (case sensitive)"""
113 """Method: Get Property (case sensitive)"""
124 """Method: Set Property (case sensitive)"""
/openbmc/qemu/rust/qemu-api/src/
H A Dbindings.rs45 unsafe impl Send for Property {} implementation
46 unsafe impl Sync for Property {} implementation
H A Dqdev.rs12 pub use bindings::{ClockEvent, DeviceClass, Property, ResetType};
117 fn properties() -> &'static [Property] { in properties()
193 $crate::bindings::Property {
205 $crate::bindings::Property {
216 $crate::bindings::Property {
230 pub static $ident: [$crate::bindings::Property; {
/openbmc/phosphor-fan-presence/cooling-type/
H A Dcooling_type.hpp23 using Property = std::string; typedef in phosphor::cooling::type::CoolingType
26 using PropertyMap = std::map<Property, Value>;
/openbmc/qemu/include/hw/
H A Dqdev-properties.h15 struct Property { struct
37 int (*print)(Object *obj, const Property *prop, char *dest, size_t len); argument
38 void (*set_default_value)(ObjectProperty *op, const Property *prop);
40 const Property *prop);
222 void *object_field_prop_ptr(Object *obj, const Property *prop);
241 void qdev_property_add_static(DeviceState *dev, const Property *prop);
/openbmc/openbmc-test-automation/extended/code_update/
H A Dhost_code_update.robot126 # Property Value
150 Set Host Software Property @{software_objects}[0] RequestedActivation
152 ${software_properties}= Get Host Software Property @{software_objects}[0]
161 [Template] Set Property To Invalid Value And Verify No Change
164 # Property Version Type
225 ... Get Host Software Property ${SOFTWARE_VERSION_URI}${version_id}
244 ${init_host_properties}= Get Host Software Property ${image_ids[0]}
247 Set Host Software Property ${image_ids[0]} ${attribute_name}
250 ${cur_host_properties}= Get Host Software Property ${image_ids[0]}
255 Set Host Software Property
/openbmc/phosphor-gpio-monitor/
H A Devdev.hpp57 using Property = std::string; typedef in phosphor::gpio::Evdev
60 using PropertyMap = std::map<Property, Value>;
/openbmc/phosphor-pid-control/ipmi/
H A Ddbus_mode.cpp26 using Property = std::string; typedef
28 using PropertyMap = std::map<Property, Value>;
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_ipv6.robot161 Enable DHCPv6 Property On BMC And Verify
165 Set And Verify DHCPv6 Property Enabled
168 Disable DHCPv6 Property On BMC And Verify
172 Set And Verify DHCPv6 Property Disabled
179 Set And Verify DHCPv6 Property Enabled
181 Verify DHCPv6 Property Enabled
188 [Setup] Set And Verify DHCPv6 Property Enabled ${2}
192 Verify DHCPv6 Property Enabled ${2}
205 Verify SLAAC Property ${True}
214 Verify SLAAC Property ${True} ${2}
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Ddata_types.hpp76 using Property = std::string; typedef
77 using PathInterfacesAdded = std::map<Interface, std::map<Property, Value>>;
/openbmc/phosphor-gpio-monitor/presence/
H A Dgpio_presence.hpp36 using Property = std::string; typedef in phosphor::gpio::presence::Presence
39 using PropertyMap = std::map<Property, Value>;

12345678910>>...29