Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp434 property_callbacks_.emplace_back( in register_property_r()
477 property_callbacks_.emplace_back( in register_property_rw()
559 property_callbacks_.begin(), property_callbacks_.end(), in set_property()
561 if (func != property_callbacks_.end()) in set_property()
754 vtable_.reserve(2 + property_callbacks_.size() + in initialize()
757 property_callbacks_.shrink_to_fit(); in initialize()
758 for (auto& element : property_callbacks_) in initialize()
804 for (const auto& element : property_callbacks_) in initialize()
843 std::vector<property_callback> property_callbacks_; member in sdbusplus::asio::dbus_interface