Lines Matching full:const
92 void logError(const boost::system::error_code& ec);
94 void getAllProperties(const std::string& service, const std::string& objectPath,
95 const std::string& interface,
96 std::function<void(const boost::system::error_code&,
97 const DBusPropertiesMap&)>&& callback);
101 void async_method_call(MessageHandler&& handler, const std::string& service, in async_method_call()
102 const std::string& objpath, const std::string& interf, in async_method_call()
103 const std::string& method, const InputArgs&... a) in async_method_call()
112 void async_method_call(const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/, in async_method_call()
113 MessageHandler&& handler, const std::string& service, in async_method_call()
114 const std::string& objpath, const std::string& interf, in async_method_call()
115 const std::string& method, const InputArgs&... a) in async_method_call()
123 void getProperty(const std::string& service, const std::string& objectPath, in getProperty()
124 const std::string& interface, const std::string& propertyName, in getProperty()
125 std::function<void(const boost::system::error_code&, in getProperty()
126 const PropertyType&)>&& callback) in getProperty()
135 const std::string& service, const std::string& objectPath, in getProperty()
136 const std::string& interface, const std::string& propertyName, in getProperty()
137 std::function<void(const boost::system::error_code&, in getProperty()
138 const PropertyType&)>&& callback) in getProperty()
145 const std::string& service, const std::string& objectPath,
146 const std::string& interface,
147 std::function<void(const boost::system::error_code&,
148 const DBusPropertiesMap&)>&& callback);
150 void checkDbusPathExists(const std::string& path,
154 const std::string& path, int32_t depth,
155 std::span<const std::string_view> interfaces,
156 std::function<void(const boost::system::error_code&,
157 const MapperGetSubTreeResponse&)>&& callback);
160 const std::string& path, int32_t depth,
161 std::span<const std::string_view> interfaces,
162 std::function<void(const boost::system::error_code&,
163 const MapperGetSubTreePathsResponse&)>&& callback);
166 const sdbusplus::message::object_path& associatedPath,
167 const sdbusplus::message::object_path& path, int32_t depth,
168 std::span<const std::string_view> interfaces,
169 std::function<void(const boost::system::error_code&,
170 const MapperGetSubTreeResponse&)>&& callback);
173 const sdbusplus::message::object_path& associatedPath,
174 const sdbusplus::message::object_path& path, int32_t depth,
175 std::span<const std::string_view> interfaces,
176 std::function<void(const boost::system::error_code&,
177 const MapperGetSubTreePathsResponse&)>&& callback);
180 const std::string& id, const std::string& path,
181 std::span<const std::string_view> subtreeInterfaces,
183 std::span<const std::string_view> endpointInterfaces,
184 std::function<void(const boost::system::error_code&,
185 const MapperGetSubTreeResponse&)>&& callback);
188 const std::string& id, const std::string& path,
189 std::span<const std::string_view> subtreeInterfaces,
191 std::span<const std::string_view> endpointInterfaces,
192 std::function<void(const boost::system::error_code&,
193 const MapperGetSubTreePathsResponse&)>&& callback);
195 void getDbusObject(const std::string& path,
196 std::span<const std::string_view> interfaces,
197 std::function<void(const boost::system::error_code&,
198 const MapperGetObject&)>&& callback);
201 const std::string& path,
202 std::function<void(const boost::system::error_code&,
203 const MapperEndPoints&)>&& callback);
206 const std::string& service, const sdbusplus::message::object_path& path,
207 std::function<void(const boost::system::error_code&,
208 const ManagedObjectType&)>&& callback);