Lines Matching full:const

33     const static std::regex reg("[^A-Za-z0-9_/]");  in escapePathForDbus()
37 void logError(const boost::system::error_code& ec) in logError()
45 void getAllProperties(const std::string& service, const std::string& objectPath, in getAllProperties()
46 const std::string& interface, in getAllProperties()
47 std::function<void(const boost::system::error_code&, in getAllProperties()
48 const DBusPropertiesMap&)>&& callback) in getAllProperties()
56 const std::string& service, const std::string& objectPath, in getAllProperties()
57 const std::string& interface, in getAllProperties()
58 std::function<void(const boost::system::error_code&, in getAllProperties()
59 const DBusPropertiesMap&)>&& callback) in getAllProperties()
64 void checkDbusPathExists(const std::string& path, in checkDbusPathExists()
68 [callback = std::move(callback)](const boost::system::error_code& ec, in checkDbusPathExists()
69 const MapperGetObject& objectNames) { in checkDbusPathExists()
78 void getSubTree(const std::string& path, int32_t depth, in getSubTree()
79 std::span<const std::string_view> interfaces, in getSubTree()
80 std::function<void(const boost::system::error_code&, in getSubTree()
81 const MapperGetSubTreeResponse&)>&& callback) in getSubTree()
85 const boost::system::error_code& ec, in getSubTree()
86 const MapperGetSubTreeResponse& subtree) { callback(ec, subtree); }, in getSubTree()
94 const std::string& path, int32_t depth, in getSubTreePaths()
95 std::span<const std::string_view> interfaces, in getSubTreePaths()
96 std::function<void(const boost::system::error_code&, in getSubTreePaths()
97 const MapperGetSubTreePathsResponse&)>&& callback) in getSubTreePaths()
101 const boost::system::error_code& ec, in getSubTreePaths()
102 const MapperGetSubTreePathsResponse& subtreePaths) { in getSubTreePaths()
112 const sdbusplus::message::object_path& associatedPath, in getAssociatedSubTree()
113 const sdbusplus::message::object_path& path, int32_t depth, in getAssociatedSubTree()
114 std::span<const std::string_view> interfaces, in getAssociatedSubTree()
115 std::function<void(const boost::system::error_code&, in getAssociatedSubTree()
116 const MapperGetSubTreeResponse&)>&& callback) in getAssociatedSubTree()
120 const boost::system::error_code& ec, in getAssociatedSubTree()
121 const MapperGetSubTreeResponse& subtree) { callback(ec, subtree); }, in getAssociatedSubTree()
129 const sdbusplus::message::object_path& associatedPath, in getAssociatedSubTreePaths()
130 const sdbusplus::message::object_path& path, int32_t depth, in getAssociatedSubTreePaths()
131 std::span<const std::string_view> interfaces, in getAssociatedSubTreePaths()
132 std::function<void(const boost::system::error_code&, in getAssociatedSubTreePaths()
133 const MapperGetSubTreePathsResponse&)>&& callback) in getAssociatedSubTreePaths()
137 const boost::system::error_code& ec, in getAssociatedSubTreePaths()
138 const MapperGetSubTreePathsResponse& subtreePaths) { in getAssociatedSubTreePaths()
148 const std::string& id, const std::string& path, in getAssociatedSubTreeById()
149 std::span<const std::string_view> subtreeInterfaces, in getAssociatedSubTreeById()
151 std::span<const std::string_view> endpointInterfaces, in getAssociatedSubTreeById()
152 std::function<void(const boost::system::error_code&, in getAssociatedSubTreeById()
153 const MapperGetSubTreeResponse&)>&& callback) in getAssociatedSubTreeById()
157 const boost::system::error_code& ec, in getAssociatedSubTreeById()
158 const MapperGetSubTreeResponse& subtree) { callback(ec, subtree); }, in getAssociatedSubTreeById()
166 const std::string& id, const std::string& path, in getAssociatedSubTreePathsById()
167 std::span<const std::string_view> subtreeInterfaces, in getAssociatedSubTreePathsById()
169 std::span<const std::string_view> endpointInterfaces, in getAssociatedSubTreePathsById()
170 std::function<void(const boost::system::error_code&, in getAssociatedSubTreePathsById()
171 const MapperGetSubTreePathsResponse&)>&& callback) in getAssociatedSubTreePathsById()
175 const boost::system::error_code& ec, in getAssociatedSubTreePathsById()
176 const MapperGetSubTreePathsResponse& subtreePaths) { in getAssociatedSubTreePathsById()
185 void getDbusObject(const std::string& path, in getDbusObject()
186 std::span<const std::string_view> interfaces, in getDbusObject()
187 std::function<void(const boost::system::error_code&, in getDbusObject()
188 const MapperGetObject&)>&& callback) in getDbusObject()
191 [callback = std::move(callback)](const boost::system::error_code& ec, in getDbusObject()
192 const MapperGetObject& object) { in getDbusObject()
201 const std::string& path, in getAssociationEndPoints()
202 std::function<void(const boost::system::error_code&, in getAssociationEndPoints()
203 const MapperEndPoints&)>&& callback) in getAssociationEndPoints()
210 void getManagedObjects(const std::string& service, in getManagedObjects()
211 const sdbusplus::message::object_path& path, in getManagedObjects()
212 std::function<void(const boost::system::error_code&, in getManagedObjects()
213 const ManagedObjectType&)>&& callback) in getManagedObjects()
216 [callback = std::move(callback)](const boost::system::error_code& ec, in getManagedObjects()
217 const ManagedObjectType& objects) { in getManagedObjects()