| /openbmc/openbmc-test-automation/openpower/ |
| H A D | test_bmc_devicetree.robot | 18 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 D | propertygentest.cpp | 11 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 D | sdbusplus.hpp | 333 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 D | utility.hpp | 95 using Property = std::string; in getObjMap() typedef 97 using PropertyMap = std::map<Property, Value>; in getObjMap()
|
| /openbmc/phosphor-dbus-monitor/mslverify/ |
| H A D | util.hpp | 113 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 D | qdev-prop-internal.h | 17 const Property *prop); 19 const Property *prop); 21 const Property *prop);
|
| /openbmc/sdbusplus/tools/sdbusplus/ |
| H A D | enum.py | 2 from .property import Property 10 self.values = [Property(**v) for v in kwargs.pop("values", [])]
|
| H A D | signal.py | 2 from .property import Property 8 self.properties = [Property(**p) for p in kwargs.pop("properties", [])]
|
| H A D | method.py | 2 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 D | property.py | 7 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 D | ipmi_fru_info_area.hpp | 15 using Property = std::string; typedef 16 using PropertyMap = std::map<Property, Value>;
|
| /openbmc/ipmi-fru-parser/ |
| H A D | types.hpp | 16 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 D | 0001-cli-drop-the-second-argument-from-click.argument-dec.patch | 72 """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 D | cooling_type.hpp | 23 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 D | host_code_update.robot | 126 # 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 D | evdev.hpp | 57 using Property = std::string; typedef in phosphor::gpio::Evdev 60 using PropertyMap = std::map<Property, Value>;
|
| /openbmc/phosphor-pid-control/ipmi/ |
| H A D | dbus_mode.cpp | 26 using Property = std::string; typedef 28 using PropertyMap = std::map<Property, Value>;
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_bmc_ipv6.robot | 161 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 D | data_types.hpp | 76 using Property = std::string; typedef 77 using PathInterfacesAdded = std::map<Interface, std::map<Property, Value>>;
|
| /openbmc/phosphor-gpio-monitor/presence/ |
| H A D | gpio_presence.hpp | 36 using Property = std::string; typedef in phosphor::gpio::presence::Presence 39 using PropertyMap = std::map<Property, Value>;
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | fru_parser.hpp | 24 using Property = std::string; typedef 51 pldm::responder::dbus::Interface, pldm::responder::dbus::Property,
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | fan.hpp | 55 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 D | gpio_presence.hpp | 37 using Property = std::string; typedef in phosphor::gpio::GpioPresence 40 using PropertyMap = std::map<Property, Value>;
|
| /openbmc/docs/designs/ |
| H A D | virtual-media.md | 373 | 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.link | 2 Property=ID_BUS=usb ID_VENDOR_ID=0424 ID_MODEL_ID=ec00
|