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.cpp54 auto pimMsg = propertyReadBus.new_method_call(busName, path.c_str(), in getFanCtrlProperty() local
56 pimMsg.append(intf); in getFanCtrlProperty()
63 auto valueResponseMsg = propertyReadBus.call(pimMsg); in getFanCtrlProperty()
86 auto pimMsg = PropertyWriteBus.new_method_call(busName, path.c_str(), in setFanCtrlProperty() local
88 pimMsg.append(intf); in setFanCtrlProperty()
89 pimMsg.append(property); in setFanCtrlProperty()
90 pimMsg.append(v); in setFanCtrlProperty()
94 PropertyWriteBus.call_noreply(pimMsg); in setFanCtrlProperty()
/openbmc/openpower-vpd-parser/
H A Dcommon_utility.cpp58 auto pimMsg = 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.cpp286 auto pimMsg = bus.new_method_call(service.c_str(), path.c_str(), in updateInventory() local
288 pimMsg.append(std::move(objects)); in updateInventory()
292 auto inventoryMgrResponseMsg = bus.call(pimMsg); in updateInventory()