Searched refs:setFunction (Results 1 – 1 of 1) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | object_server.hpp | 451 decltype(vtable_t::flags) flags, CallbackTypeSet&& setFunction, in register_property_rw() argument 473 propertyPtr, CallbackTypeSet(setFunction)), in register_property_rw() 475 std::move(setFunction)), in register_property_rw() 486 CallbackTypeSet&& setFunction, in register_property_rw() argument 490 std::forward<CallbackTypeSet>(setFunction), in register_property_rw() 519 CallbackTypeSet&& setFunction) in register_property() argument 523 std::forward<CallbackTypeSet>(setFunction), in register_property() 533 CallbackTypeSet&& setFunction, in register_property() argument 538 std::forward<CallbackTypeSet>(setFunction), in register_property()
|