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.cpp25 const std::string& redfishPropertyName, in afterSetProperty() argument
39 redfishPropertyName); in afterSetProperty()
51 asyncResp->res, redfishPropertyName, propertyValue); in afterSetProperty()
72 redfishPropertyName); in afterSetProperty()
82 redfishPropertyName, ec); in afterSetProperty()
/openbmc/bmcweb/redfish-core/include/utils/
H A Ddbus_utils.hpp38 const std::string& redfishPropertyName,
52 std::string_view redfishPropertyName, in setDbusProperty() argument
65 [asyncResp, redfishPropertyNameStr = std::string{redfishPropertyName}, in setDbusProperty()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1362 std::string redfishPropertyName; in setDHCPConfig() local
1369 redfishPropertyName = "DHCPv4"; in setDHCPConfig()
1374 redfishPropertyName = "DHCPv6"; in setDHCPConfig()
1378 asyncResp, redfishPropertyName, "xyz.openbmc_project.Network", path, in setDHCPConfig()