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.hpp137 const char* destProperty = "RequestedBMCTransition"; in doBMCGracefulRestart() local
142 destProperty, propertyValue, in doBMCGracefulRestart()
164 const char* destProperty = "RequestedBMCTransition"; in doBMCForceRestart() local
169 destProperty, propertyValue, in doBMCForceRestart()
H A Dchassis.hpp897 const char* destProperty = "RequestedPowerTransition"; in doChassisPowerCycle() local
914 interfaceName, destProperty, propertyValue); in doChassisPowerCycle()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp1720 std::string& objectPath, std::string& destProperty) in handleGet() argument
1722 BMCWEB_LOG_DEBUG("handleGet: {} prop:{}", objectPath, destProperty); in handleGet()
1724 std::make_shared<std::string>(std::move(destProperty)); in handleGet()
1869 const std::string& destProperty) in handlePut() argument
1871 if (destProperty.empty()) in handlePut()
1916 transaction->propertyName = destProperty; in handlePut()
2099 std::string destProperty; in handleDBusUrl() local
2104 destProperty = objectPath.substr(attrPosition + strlen(attrSeperator), in handleDBusUrl()
2147 handleGet(asyncResp, objectPath, destProperty); in handleDBusUrl()
2154 handlePut(req, asyncResp, objectPath, destProperty); in handleDBusUrl()