Lines Matching refs:ec
36 void logError(const boost::system::error_code& ec) in logError() argument
38 if (ec) in logError()
40 BMCWEB_LOG_ERROR("DBus error: {}, cannot call method", ec); in logError()
67 [callback = std::move(callback)](const boost::system::error_code& ec, in checkDbusPathExists()
69 callback(!ec && !objectNames.empty()); in checkDbusPathExists()
84 const boost::system::error_code& ec, in getSubTree() argument
85 const MapperGetSubTreeResponse& subtree) { callback(ec, subtree); }, in getSubTree()
100 const boost::system::error_code& ec, in getSubTreePaths() argument
102 callback(ec, subtreePaths); in getSubTreePaths()
119 const boost::system::error_code& ec, in getAssociatedSubTree() argument
120 const MapperGetSubTreeResponse& subtree) { callback(ec, subtree); }, in getAssociatedSubTree()
136 const boost::system::error_code& ec, in getAssociatedSubTreePaths() argument
138 callback(ec, subtreePaths); in getAssociatedSubTreePaths()
156 const boost::system::error_code& ec, in getAssociatedSubTreeById() argument
157 const MapperGetSubTreeResponse& subtree) { callback(ec, subtree); }, in getAssociatedSubTreeById()
174 const boost::system::error_code& ec, in getAssociatedSubTreePathsById() argument
176 callback(ec, subtreePaths); in getAssociatedSubTreePathsById()
190 [callback = std::move(callback)](const boost::system::error_code& ec, in getDbusObject() argument
192 callback(ec, object); in getDbusObject()
215 [callback = std::move(callback)](const boost::system::error_code& ec, in getManagedObjects()
217 callback(ec, objects); in getManagedObjects()