Searched defs:setFunction (Results 1 – 1 of 1) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | object_server.hpp | 456 register_property_rw(const std::string & name,const PropertyType & property,decltype(vtable_t::flags)flags,CallbackTypeSet && setFunction,CallbackTypeGet && getFunction) register_property_rw() argument 491 register_property_rw(const std::string & name,decltype(vtable_t::flags)flags,CallbackTypeSet && setFunction,CallbackTypeGet && getFunction) register_property_rw() argument 524 register_property(const std::string & name,const PropertyType & property,CallbackTypeSet && setFunction) register_property() argument 538 register_property(const std::string & name,const PropertyType & property,CallbackTypeSet && setFunction,CallbackTypeGet && getFunction) register_property() argument
|