/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | oem_ibm_handler.hpp | 79 auto propVal = std::get<std::string>(value); in Handler() local 80 if (propVal == in Handler() 88 else if (propVal == in Handler() 95 propVal == in Handler() 115 auto propVal = std::get<std::string>(value); in Handler() local 116 if (propVal == in Handler()
|
H A D | inband_code_update.cpp | 229 auto propVal = dBusIntf->getDbusPropertyVariant( in setVersions() local 231 const auto& imageProp = std::get<std::string>(propVal); in setVersions() 254 auto propVal = in setVersions() local 256 if (propVal == in setVersions() 273 else if (propVal == in setVersions() 277 propVal == in setVersions()
|
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 | oem_ibm_handler.cpp | 643 auto propVal = std::get<std::string>(value); in _processSystemReboot() local 644 if (propVal == in _processSystemReboot()
|
/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 | 176 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in setDateTime() local 178 const auto& mode = std::get<std::string>(propVal); in setDateTime()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | redfish_aggregator.hpp | 484 const std::string* propVal = in addSatelliteConfig() local 486 if (propVal == nullptr) in addSatelliteConfig() 491 url.set_host(*propVal); in addSatelliteConfig() 496 const uint64_t* propVal = std::get_if<uint64_t>(&prop.second); in addSatelliteConfig() local 497 if (propVal == nullptr) in addSatelliteConfig() 503 if (*propVal > std::numeric_limits<uint16_t>::max()) in addSatelliteConfig() 508 url.set_port(std::to_string(static_cast<uint16_t>(*propVal))); in addSatelliteConfig() 513 const std::string* propVal = in addSatelliteConfig() local 515 if (propVal == nullptr) in addSatelliteConfig() 523 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 | 118 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in processNewResourceDump() local 120 const auto& curResDumpStatus = std::get<ResDumpStatus>(propVal); in processNewResourceDump()
|
/openbmc/pldm/requester/ |
H A D | mctp_endpoint_discovery.cpp | 301 Value propVal = std::get<std::string>(valueVariant); in propertiesChangedCb() local 302 auto availability = (propVal == "Available") ? true : false; in propertiesChangedCb()
|
/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 | 314 auto propVal = std::get<std::string>(hyperEntryValue); in isPowerVM() local 315 if (Hyper::Target::convertHypervisorFromString(propVal) == in isPowerVM() 920 auto propVal = std::get<std::string>(stateEntryValue); in getDefaultMode() local 923 PMODE_INTERFACE + ".PowerMode."s + propVal; in getDefaultMode()
|
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/host-bmc/ |
H A D | dbus_to_terminus_effecters.cpp |
|
H A D | host_pdr_handler.cpp | 110 auto propVal = std::get<std::string>(value); in HostPDRHandler() local 111 if (propVal == "xyz.openbmc_project.State.Host.HostState.Off") in HostPDRHandler()
|
/openbmc/pldm/common/ |
H A D | utils.cpp | 673 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in checkForFruPresence() local 675 isPresent = std::get<bool>(propVal); in checkForFruPresence()
|