Home
last modified time | relevance | path

Searched refs:propIntf (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog_service.cpp25 static constexpr auto propIntf = "org.freedesktop.DBus.Properties"; variable
59 auto request = wdService.newMethodCall(bus, propIntf, "GetAll"); in getProperties()
115 auto request = wdService.newMethodCall(bus, propIntf, "Get"); in getProperty()
147 auto request = wdService.newMethodCall(bus, propIntf, "Set"); in setProperty()
/openbmc/phosphor-virtual-sensor/src/
H A DdbusUtils.cpp5 const char* propIntf = "org.freedesktop.DBus.Properties"; variable
67 propIntf, methodSet); in setDbusProperty()
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.hpp14 static constexpr auto propIntf = "org.freedesktop.DBus.Properties"; variable
H A Dselutility.hpp27 static constexpr auto propIntf = "org.freedesktop.DBus.Properties"; variable
H A Dselutility.cpp172 propIntf, "GetAll"); in prepareSELEntry()
/openbmc/phosphor-networkd/src/
H A Dinventory_mac.cpp44 constexpr auto propIntf = "org.freedesktop.DBus.Properties"; variable
148 propIntf, methodGet); in getfromInventory()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp202 static constexpr auto propIntf = "org.freedesktop.DBus.Properties"; in setVersions() local
209 propIntf, "Get"); in setVersions()
223 bus.new_method_call(mapperService, activeObjPath, propIntf, "Get"); in setVersions()