Home
last modified time | relevance | path

Searched refs:pimMsg (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-pid-control/
H A Dsetsensor.cpp34 auto pimMsg = PropertyWriteBus.new_method_call( in SetHostSensor() local
37 pimMsg.append(sintf); in SetHostSensor()
38 pimMsg.append(sproperty); in SetHostSensor()
39 pimMsg.append(v); in SetHostSensor()
43 auto responseMsg = PropertyWriteBus.call(pimMsg); in SetHostSensor()
67 auto pimMsg = PropertyWriteBus.new_method_call( in SetManualMode() local
70 pimMsg.append(intf); in SetManualMode()
71 pimMsg.append(property); in SetManualMode()
72 pimMsg.append(v); in SetManualMode()
76 auto responseMsg = PropertyWriteBus.call(pimMsg); in SetManualMode()
/openbmc/phosphor-pid-control/ipmi/
H A Ddbus_mode.cpp56 auto pimMsg = propertyReadBus.new_method_call(busName, path.c_str(), in getFanCtrlProperty() local
58 pimMsg.append(intf); in getFanCtrlProperty()
65 auto valueResponseMsg = propertyReadBus.call(pimMsg); in getFanCtrlProperty()
88 auto pimMsg = PropertyWriteBus.new_method_call(busName, path.c_str(), in setFanCtrlProperty() local
90 pimMsg.append(intf); in setFanCtrlProperty()
91 pimMsg.append(property); in setFanCtrlProperty()
92 pimMsg.append(v); in setFanCtrlProperty()
96 PropertyWriteBus.call_noreply(pimMsg); in setFanCtrlProperty()
/openbmc/openpower-vpd-parser/
H A Dcommon_utility.cpp58 auto pimMsg = bus.new_method_call(service.c_str(), pimPath, pimIntf, in callPIM() local
60 pimMsg.append(std::move(objects)); in callPIM()
61 auto result = bus.call(pimMsg); in callPIM()
/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper.cpp80 auto pimMsg = _bus.new_method_call(service.c_str(), path.c_str(), in getProperties() local
83 pimMsg.append(sensorintf); in getProperties()
89 auto valueResponseMsg = _bus.call(pimMsg); in getProperties()
/openbmc/ipmi-fru-parser/
H A Dwritefrudata.cpp285 auto pimMsg = bus.new_method_call(service.c_str(), path.c_str(), in updateInventory() local
287 pimMsg.append(std::move(objects)); in updateInventory()
291 auto inventoryMgrResponseMsg = bus.call(pimMsg); in updateInventory()