Home
last modified time | relevance | path

Searched refs:propVal (Results 1 – 19 of 19) 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 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 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()
H A Doem_ibm_handler.cpp787 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 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/pldm/oem/ibm/requester/
H A Ddbus_to_file_handler.cpp123 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 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()
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 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/platform-mc/
H A Ddbus_to_terminus_effecters.cpp195 auto propVal = dbusHandler->getDbusPropertyVariant( in isHostOn() local
200 std::get<std::string>(propVal)) in isHostOn()
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp114 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 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()
1170 Intrusion::property_names::status, propVal); in getChassisIntrusionStatus()
1183 propVal);
1200 "VALUE", propVal);
1117 std::string propVal; getChassisIntrusionStatus() local