Home
last modified time | relevance | path

Searched refs:propVal (Results 1 – 18 of 18) sorted by relevance

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp79 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 Dinband_code_update.cpp229 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 Dplatform_oem_ibm.cpp33 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in sendBiosAttributeUpdateEvent() local
38 std::get<std::string>(propVal)) in sendBiosAttributeUpdateEvent()
H A Dutils.cpp166 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in checkIfIBMFru() local
168 const auto& model = std::get<std::string>(propVal); in checkIfIBMFru()
H A Doem_ibm_handler.cpp643 auto propVal = std::get<std::string>(value); in _processSystemReboot() local
644 if (propVal == in _processSystemReboot()
/openbmc/pldm/libpldmresponder/
H A Dplatform_numeric_effecter.hpp440 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 Dbios.cpp176 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 Dredfish_aggregator.hpp484 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 Dlog-controller.js125 const propVal = log[prop];
126 if (propVal &&
127 propVal.toLowerCase().indexOf(searchTerm) !== -1) {
/openbmc/phosphor-dbus-monitor/src/
H A Devent_manager.cpp43 auto propVal = propertyName + "=" + propertyValue; in create() local
47 additionalData.push_back(std::move(propVal)); in create()
/openbmc/pldm/oem/ibm/requester/
H A Ddbus_to_file_handler.cpp118 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in processNewResourceDump() local
120 const auto& curResDumpStatus = std::get<ResDumpStatus>(propVal); in processNewResourceDump()
/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.cpp301 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 Dcpuinfo_main.cpp96 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 Dpowermode.cpp314 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 Dpldm.cpp271 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 Ddbus_to_terminus_effecters.cpp
H A Dhost_pdr_handler.cpp110 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 Dutils.cpp673 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in checkForFruPresence() local
675 isPresent = std::get<bool>(propVal); in checkForFruPresence()