Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp29 const std::string& redfishPropertyName, const nlohmann::json& propertyValue, in afterSetProperty() argument
41 redfishPropertyName); in afterSetProperty()
53 asyncResp->res, redfishPropertyName, propertyValue); in afterSetProperty()
74 redfishPropertyName); in afterSetProperty()
84 redfishPropertyName, ec); in afterSetProperty()
/openbmc/bmcweb/redfish-core/include/utils/
H A Ddbus_utils.hpp43 const std::string& redfishPropertyName, const nlohmann::json& propertyValue,
56 std::string_view redfishPropertyName, std::string_view processName, in setDbusProperty() argument
67 [asyncResp, redfishPropertyNameStr = std::string{redfishPropertyName}, in setDbusProperty()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1359 std::string redfishPropertyName; in setDHCPConfig() local
1366 redfishPropertyName = "DHCPv4"; in setDHCPConfig()
1371 redfishPropertyName = "DHCPv6"; in setDHCPConfig()
1375 asyncResp, redfishPropertyName, "xyz.openbmc_project.Network", path, in setDHCPConfig()