Lines Matching full:ec
37 void logError(const boost::system::error_code& ec) in logError() argument
39 if (ec) in logError()
41 BMCWEB_LOG_ERROR("DBus error: {}, cannot call method", ec); in logError()
68 [callback = std::move(callback)](const boost::system::error_code& ec, in checkDbusPathExists()
70 callback(!ec && !objectNames.empty()); in checkDbusPathExists()
85 const boost::system::error_code& ec, in getSubTree() argument
86 const MapperGetSubTreeResponse& subtree) { callback(ec, subtree); }, in getSubTree()
101 const boost::system::error_code& ec, in getSubTreePaths() argument
103 callback(ec, subtreePaths); in getSubTreePaths()
120 const boost::system::error_code& ec, in getAssociatedSubTree() argument
121 const MapperGetSubTreeResponse& subtree) { callback(ec, subtree); }, in getAssociatedSubTree()
137 const boost::system::error_code& ec, in getAssociatedSubTreePaths() argument
139 callback(ec, subtreePaths); in getAssociatedSubTreePaths()
157 const boost::system::error_code& ec, in getAssociatedSubTreeById() argument
158 const MapperGetSubTreeResponse& subtree) { callback(ec, subtree); }, in getAssociatedSubTreeById()
175 const boost::system::error_code& ec, in getAssociatedSubTreePathsById() argument
177 callback(ec, subtreePaths); in getAssociatedSubTreePathsById()
191 [callback = std::move(callback)](const boost::system::error_code& ec, in getDbusObject() argument
193 callback(ec, object); in getDbusObject()
216 [callback = std::move(callback)](const boost::system::error_code& ec, in getManagedObjects()
218 callback(ec, objects); in getManagedObjects()