| /openbmc/pldm/libpldmresponder/ |
| H A D | platform_numeric_effecter.hpp | 440 uint8_t propVal = std::get<uint8_t>(propertyValue); in getNumericEffecterValueHandler() local 441 return getEffecterValue<uint8_t>(propVal, effecterDataSize, responsePtr, in getNumericEffecterValueHandler() 446 uint16_t propVal = std::get<uint16_t>(propertyValue); in getNumericEffecterValueHandler() local 447 return getEffecterValue<uint16_t>(propVal, effecterDataSize, in getNumericEffecterValueHandler() 453 uint32_t propVal = std::get<uint32_t>(propertyValue); in getNumericEffecterValueHandler() local 454 return getEffecterValue<uint32_t>(propVal, effecterDataSize, in getNumericEffecterValueHandler() 460 uint64_t propVal = std::get<uint64_t>(propertyValue); in getNumericEffecterValueHandler() local 461 return getEffecterValue<uint64_t>(propVal, effecterDataSize, in getNumericEffecterValueHandler()
|
| H A D | bios.cpp | 179 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in setDateTime() local 182 const auto& mode = std::get<std::string>(propVal); in setDateTime()
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | oem_ibm_handler.hpp | 89 auto propVal = std::get<std::string>(value); in Handler() local 90 if (propVal == in Handler() 99 else if (propVal == in Handler() 106 propVal == in Handler() 126 auto propVal = std::get<std::string>(value); in Handler() local 127 if (propVal == in Handler()
|
| H A D | platform_oem_ibm.cpp | 33 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in sendBiosAttributeUpdateEvent() local 38 std::get<std::string>(propVal)) in sendBiosAttributeUpdateEvent()
|
| H A D | utils.cpp | 166 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in checkIfIBMFru() local 168 const auto& model = std::get<std::string>(propVal); in checkIfIBMFru()
|
| H A D | inband_code_update.cpp | 366 auto propVal = dBusIntf->getDbusPropertyVariant( in setVersions() local 388 auto propVal = in setVersions() local 390 if (propVal == in setVersions() 407 else if (propVal == in setVersions() 411 propVal == in setVersions()
|
| H A D | oem_ibm_handler.cpp | 787 auto propVal = std::get<std::string>(value); in _processSystemReboot() 788 if (propVal == in _processSystemReboot() 782 auto propVal = std::get<std::string>(value); _processSystemReboot() local
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | redfish_aggregator.hpp | 481 const std::string* propVal = in addSatelliteConfig() local 483 if (propVal == nullptr) in addSatelliteConfig() 488 url.set_host(*propVal); in addSatelliteConfig() 493 const uint64_t* propVal = std::get_if<uint64_t>(&prop.second); in addSatelliteConfig() local 494 if (propVal == nullptr) in addSatelliteConfig() 500 if (*propVal > std::numeric_limits<uint16_t>::max()) in addSatelliteConfig() 505 url.set_port(std::to_string(static_cast<uint16_t>(*propVal))); in addSatelliteConfig() 510 const std::string* propVal = in addSatelliteConfig() local 512 if (propVal == nullptr) in addSatelliteConfig() 520 if (*propVal != "None") in addSatelliteConfig() [all …]
|
| /openbmc/phosphor-webui/app/server-health/controllers/ |
| H A D | log-controller.js | 125 const propVal = log[prop]; 126 if (propVal && 127 propVal.toLowerCase().indexOf(searchTerm) !== -1) {
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | event_manager.cpp | 43 auto propVal = propertyName + "=" + propertyValue; in create() local 47 additionalData.push_back(std::move(propVal)); in create()
|
| /openbmc/pldm/oem/ibm/requester/ |
| H A D | dbus_to_file_handler.cpp | 123 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in processNewResourceDump() 125 const auto& curResDumpStatus = std::get<ResDumpStatus>(propVal); in processNewResourceDump() 118 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( processNewResourceDump() local
|
| /openbmc/smbios-mdr/src/ |
| H A D | cpuinfo_main.cpp | 96 const std::string& propVal); 265 const std::string& propVal) in setCpuProperty() argument 273 CpuProperty{objectPath, interface, propName, propVal}); in setCpuProperty()
|
| /openbmc/openpower-occ-control/ |
| H A D | powermode.cpp | 313 auto propVal = std::get<std::string>(hyperEntryValue); in isPowerVM() 314 if (Hyper::Target::convertHypervisorFromString(propVal) == in isPowerVM() local 919 auto propVal = std::get<std::string>(stateEntryValue); in getDefaultMode() 922 PMODE_INTERFACE + ".PowerMode."s + propVal; in getDefaultMode() 920 auto propVal = std::get<std::string>(stateEntryValue); getDefaultMode() local
|
| H A D | pldm.cpp | 271 auto propVal = std::get<std::string>(stateEntryValue); in hostStateEvent() local 272 if (propVal == "xyz.openbmc_project.State.Host.HostState.Off") in hostStateEvent()
|
| /openbmc/pldm/requester/ |
| H A D | mctp_endpoint_discovery.cpp | 314 Value propVal = std::get<std::string>(valueVariant); in propertiesChangedCb() local 315 auto availability = (propVal == "Available") ? true : false; in propertiesChangedCb()
|
| /openbmc/pldm/platform-mc/ |
| H A D | dbus_to_terminus_effecters.cpp | 195 auto propVal = dbusHandler->getDbusPropertyVariant( in isHostOn() local 200 std::get<std::string>(propVal)) in isHostOn()
|
| /openbmc/pldm/host-bmc/ |
| H A D | host_pdr_handler.cpp | 114 auto propVal = std::get<std::string>(value); in HostPDRHandler() local 115 if (propVal == "xyz.openbmc_project.State.Host.HostState.Off") in HostPDRHandler() 141 else if (propVal == in HostPDRHandler()
|
| /openbmc/pldm/common/ |
| H A D | utils.cpp | 696 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in checkForFruPresence() local 699 isPresent = std::get<bool>(propVal); in checkForFruPresence()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | chassishandler.cpp | 1150 std::string propVal; in getChassisIntrusionStatus() 1170 Intrusion::property_names::status, propVal); in getChassisIntrusionStatus() 1183 propVal); 1200 "VALUE", propVal); 1117 std::string propVal; getChassisIntrusionStatus() local
|