Searched refs:interfaces_ (Results 1 – 3 of 3) sorted by relevance
864 interfaces_.emplace_back(dbusIface); in add_interface()902 std::find(interfaces_.begin(), interfaces_.end(), iface); in remove_interface()903 if (findIface != interfaces_.end()) in remove_interface()905 interfaces_.erase(findIface); in remove_interface()913 std::vector<std::shared_ptr<dbus_interface>> interfaces_; member in sdbusplus::asio::object_server
[all...]