Home
last modified time | relevance | path

Searched refs:handleSensorValue (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-pid-control/test/
H A Ddbus_passive_unittest.cpp232 int rv = handleSensorValue(msg, passive); in TEST_F()
304 int rv = handleSensorValue(msg, passive); in TEST_F()
379 int rv = handleSensorValue(msg, passive); in TEST_F()
454 int rv = handleSensorValue(msg, passive); in TEST_F()
529 int rv = handleSensorValue(msg, passive); in TEST_F()
606 int rv = handleSensorValue(msg, passive); in TEST_F()
730 int rv = handleSensorValue(msg, passive); in TEST_F()
809 int rv = handleSensorValue(msg, passive); in TEST_F()
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.hpp100 int handleSensorValue(sdbusplus::message_t& msg, DbusPassive* owner);
H A Ddbuspassive.cpp415 int handleSensorValue(sdbusplus::message_t& msg, DbusPassive* owner) in handleSensorValue() function
517 return handleSensorValue(sdbpMsg, obj); in dbusHandleSignal()