Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp34 enum class SetPropertyReturnValue enum
49 std::function<SetPropertyReturnValue(message_t&)>&& on_set_message, in property_callback()
50 std::function<SetPropertyReturnValue(const std::any&)>&& on_set_value, in property_callback()
60 std::function<SetPropertyReturnValue(message_t&)> on_set_message_;
61 std::function<SetPropertyReturnValue(const std::any&)> on_set_value_;
337 SetPropertyReturnValue operator()(message_t& m) in operator ()()
344 return SetPropertyReturnValue::fail; in operator ()()
348 return SetPropertyReturnValue::sameValueUpdated; in operator ()()
350 return SetPropertyReturnValue::valueUpdated; in operator ()()
367 SetPropertyReturnValue operator()(const std::any& value) in operator ()()
[all …]