Home
last modified time | relevance | path

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

/openbmc/x86-power-control/src/
H A Dpower_control.cpp2510 static std::optional<T> getMessageValue(sdbusplus::message_t& msg, in getMessageValue() function
2540 getMessageValue<std::string>(msg, config.lineName); in getDbusMsgGPIOState()
2551 std::optional<bool> v = getMessageValue<bool>(msg, config.lineName); in getDbusMsgGPIOState()