Home
last modified time | relevance | path

Searched defs:propertyValue (Results 1 – 25 of 25) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_integer_attribute.cpp143 uint64_t BIOSIntegerAttribute::getAttrValue(const PropertyValue& propertyValue) in getAttrValue()
196 auto propertyValue = dbusHandler->getDbusPropertyVariant( in getAttrValue() local
H A Dplatform_numeric_effecter.hpp353 int getEffecterValue(T propertyValue, uint8_t effecterDataSize, in getEffecterValue()
436 pldm::utils::PropertyValue propertyValue, in getNumericEffecterValueHandler()
496 pldm::utils::PropertyValue& propertyValue) in getNumericEffecterData()
H A Dplatform_state_sensor.hpp42 auto propertyValue = dBusIntf.getDbusPropertyVariant( in getStateSensorEventState() local
/openbmc/dbus-sensors/src/
H A DChassisIntrusionSensor.cpp304 std::string& propertyValue) in setSensorValue()
351 [&](const std::string& req, std::string& propertyValue) { in start()
/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp26 const nlohmann::json& propertyValue, in afterSetProperty()
/openbmc/phosphor-time-manager/
H A Dutils.hpp76 std::variant<T> propertyValue(value); in setProperty() local
/openbmc/phosphor-fan-presence/control/
H A Dmanager.cpp70 auto propertyValue = util::SDBusPlus::getProperty<decltype(value)>( in checkCondition() local
/openbmc/witherspoon-pfault-analysis/
H A Dutility.hpp78 std::variant<T> propertyValue(value); in setProperty() local
/openbmc/sdbusplus/example/
H A Dasio-example.cpp219 [](const int& req, int& propertyValue) { in server()
230 [](const std::string& req, std::string& propertyValue) { in server()
/openbmc/phosphor-dbus-monitor/src/
H A Devent_manager.cpp35 const std::string& propertyValue) in create()
/openbmc/openpower-hw-diags/util/
H A Ddbus.hpp63 const std::variant<T>& propertyValue) in setProperty()
/openbmc/phosphor-power/
H A Dutility.hpp94 std::variant<T> propertyValue(value); in setProperty() local
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp290 const std::string& property, Type& propertyValue) in getDbusProperty()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dproperty.hpp113 PropertyType&& propertyValue, Handler&& handler) in setProperty()
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.hpp485 const std::variant<T>& propertyValue) in setBusProperty()
H A Dibm_vpd_utils.cpp1155 const auto& propertyValue = std::get<1>(aProperty); in clearVpdOnRemoval() local
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmapped_floor.cpp391 std::optional<PropertyVariantType> propertyValue; in run() local
/openbmc/pldm/host-bmc/
H A Ddbus_to_host_effecters.cpp241 const PropertyValue& propertyValue) in findNewStateValue()
/openbmc/pldm/softoff/
H A Dsoftoff.cpp99 pldm::utils::PropertyValue propertyValue = in getHostState() local
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_platform_test.cpp258 PropertyValue propertyValue = value; in TEST() local
352 PropertyValue propertyValue = static_cast<uint64_t>(effecterValue); in TEST() local
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp615 pldm::utils::PropertyValue propertyValue = in checkBMCState() local
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp61 const std::string& propertyValue = in doBMCGracefulRestart() local
88 const std::string& propertyValue = in doBMCForceRestart() local
H A Dchassis.hpp817 const std::string propertyValue = in doChassisPowerCycle() local
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp871 auto propertyValue = interfaceProperty->second; in getSensorThreshold() local
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1855 nlohmann::json propertyValue; member