Home
last modified time | relevance | path

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

12345678910>>...23

/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/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 auto value = msg.unpack<::std::variant<Property>>(); 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/qemu/hw/core/
H A Dqdev-prop-internal.h17 const Property *prop);
19 const Property *prop);
21 const Property *prop);
/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/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/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
[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>;
/openbmc/pldm/libpldmresponder/
H A Dfru_parser.hpp24 using Property = std::string; typedef
51 pldm::responder::dbus::Interface, pldm::responder::dbus::Property,
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.hpp55 using Property = std::string; typedef in phosphor::fan::monitor::Fan
57 using PropertyMap = std::map<Property, Value>;
/openbmc/phosphor-gpio-monitor/multi-presence/
H A Dgpio_presence.hpp37 using Property = std::string; typedef in phosphor::gpio::GpioPresence
40 using PropertyMap = std::map<Property, Value>;
/openbmc/docs/designs/
H A Dvirtual-media.md373 | Active | Property | - | BOOLEAN | `True`, if object is occupied by active process, `False` …
374 | ExitCode | Property | - | INT32 | If process terminates this property will contain returned…
381 | EndPointId | Property | - | STRING | As per configuration …
382 | Mode | Property | - | BYTE | As per configuration …
383 | Device | Property | - | STRING | As per configuration …
384 | Socket | Property | - | STRING | As per configuration …
385 | Timeout | Property | - | UINT16 | As per configuration …
386 | BlockSize | Property | - | UINT16 | As per configuration …
387 | RemainingInactivityTimeout | Property | - | UINT16 | Seconds to drop connection by server, f…
388 | ImageURL | Property | - | STRING | URL to mounted image …
[all …]
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A D-bmc-gbmcncsiusb.link2 Property=ID_BUS=usb ID_VENDOR_ID=0424 ID_MODEL_ID=ec00

12345678910>>...23