Home
last modified time | relevance | path

Searched refs:PROP_INTF (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp93 PROP_INTF, METHOD_GET); in getDbusProperty()
111 PROP_INTF, METHOD_GET_ALL); in getAllDbusProperties()
142 PROP_INTF, METHOD_SET); in setDbusProperty()
424 ctx->yield, ec, service.c_str(), objPath.c_str(), PROP_INTF, in getAllDbusProperties()
436 objPath.c_str(), PROP_INTF, METHOD_SET, in setDbusProperty()
/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.hpp41 constexpr auto PROP_INTF = "org.freedesktop.DBus.Properties"; variable
H A Dsd_event_loop.cpp119 PROP_INTF, METHOD_GET); in getVLANID()
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch73 + bootMboxSetting.c_str(), ipmi::PROP_INTF, "Get");
102 + bootMboxSetting.c_str(), ipmi::PROP_INTF, "Get");
131 + bootMboxSetting.c_str(), ipmi::PROP_INTF, "Get");
161 + bootMboxSetting.c_str(), ipmi::PROP_INTF, "Set");
H A D0001-Add-support-for-persistent-only-settings.patch80 ipmi::PROP_INTF, "Get");
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp24 constexpr auto PROP_INTF = "org.freedesktop.DBus.Properties"; variable
288 ctx->yield, ec, service.c_str(), objPath.c_str(), PROP_INTF, METHOD_GET, in getDbusProperty()
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.cpp22 constexpr const char* PROP_INTF = "org.freedesktop.DBus.Properties"; variable
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp1692 auto call = bus.new_method_call(settingsBusName, thermalModePath, PROP_INTF, in getFanProfileInterface()
3365 settingsBusName, dimmOffset::offsetPath, PROP_INTF, "Set"); in ipmiOEMSetDimmOffset()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp2297 powerRestoreSetting, ipmi::PROP_INTF, "Set", in ipmiChassisSetPowerRestorePolicy()