Home
last modified time | relevance | path

Searched refs:destProperty (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp90 const char* destProperty = "RequestedBMCTransition"; in doBMCGracefulRestart() local
95 destProperty, propertyValue, in doBMCGracefulRestart()
117 const char* destProperty = "RequestedBMCTransition"; in doBMCForceRestart() local
122 destProperty, propertyValue, in doBMCForceRestart()
H A Dchassis.hpp916 const char* destProperty = "RequestedPowerTransition"; in doChassisPowerCycle() local
933 interfaceName, destProperty, propertyValue); in doChassisPowerCycle()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1692 std::string& objectPath, std::string& destProperty) in handleGet() argument
1694 BMCWEB_LOG_DEBUG("handleGet: {} prop:{}", objectPath, destProperty); in handleGet()
1696 std::make_shared<std::string>(std::move(destProperty)); in handleGet()
1841 const std::string& destProperty) in handlePut() argument
1843 if (destProperty.empty()) in handlePut()
1879 transaction->propertyName = destProperty; in handlePut()
2062 std::string destProperty; in handleDBusUrl() local
2067 destProperty = objectPath.substr(attrPosition + strlen(attrSeperator), in handleDBusUrl()
2110 handleGet(asyncResp, objectPath, destProperty); in handleDBusUrl()
2117 handlePut(req, asyncResp, objectPath, destProperty); in handleDBusUrl()