Home
last modified time | relevance | path

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

/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.cpp179 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 Doem_ibm_handler.hpp89 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 Dutils.cpp166 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in checkIfIBMFru() local
168 const auto& model = std::get<std::string>(propVal); in checkIfIBMFru()
H A Dinband_code_update.cpp366 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()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp481 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 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/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.cpp313 auto propVal = std::get<std::string>(hyperEntryValue); in isPowerVM() local
314 if (Hyper::Target::convertHypervisorFromString(propVal) == in isPowerVM()
919 auto propVal = std::get<std::string>(stateEntryValue); in getDefaultMode() local
922 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/requester/
H A Dmctp_endpoint_discovery.cpp314 Value propVal = std::get<std::string>(valueVariant); in propertiesChangedCb() local
315 auto availability = (propVal == "Available") ? true : false; in propertiesChangedCb()
/openbmc/pldm/common/
H A Dutils.cpp696 auto propVal = pldm::utils::DBusHandler().getDbusPropertyVariant( in checkForFruPresence() local
699 isPresent = std::get<bool>(propVal); in checkForFruPresence()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1150 std::string propVal; in getChassisIntrusionStatus() local
1170 Intrusion::property_names::status, propVal); in getChassisIntrusionStatus()
1183 propVal); in getChassisIntrusionStatus()
1200 "VALUE", propVal); in getChassisIntrusionStatus()