Searched refs:setFunction (Results 1 – 1 of 1) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | object_server.hpp | 453 decltype(vtable_t::flags) flags, CallbackTypeSet&& setFunction, in register_property_rw() argument 475 propertyPtr, CallbackTypeSet(setFunction)), in register_property_rw() 477 std::move(setFunction)), in register_property_rw() 488 CallbackTypeSet&& setFunction, in register_property_rw() argument 492 std::forward<CallbackTypeSet>(setFunction), in register_property_rw() 521 CallbackTypeSet&& setFunction) in register_property() argument 525 std::forward<CallbackTypeSet>(setFunction), in register_property() 535 CallbackTypeSet&& setFunction, in register_property() argument 540 std::forward<CallbackTypeSet>(setFunction), in register_property()
|