Home
last modified time | relevance | path

Searched refs:busLog (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/
H A Dlog_manager.cpp248 busLog, objPath, entryId, in createEntry()
290 auto method = this->busLog.new_method_call( in isQuiesceOnErrorEnabled()
298 auto reply = this->busLog.call(method); in isQuiesceOnErrorEnabled()
364 auto method = this->busLog.new_method_call( in checkAndQuiesceHost()
372 auto reply = this->busLog.call(method); in checkAndQuiesceHost()
393 auto quiesce = this->busLog.new_method_call( in checkAndQuiesceHost()
400 this->busLog.call_noreply(quiesce); in checkAndQuiesceHost()
422 auto blockObj = std::make_unique<Block>(this->busLog, blockPath, entryId); in quiesceOnError()
429 this->busLog, in quiesceOnError()
668 busLog, std::string(OBJ_ENTRY) + '/' + id, idNum, *this); in restore()
H A Dlog_manager.hpp74 details::ServerObject<details::ManagerIface>(bus, objPath), busLog(bus), in Manager()
157 return busLog; in getBus()
298 sdbusplus::bus_t& busLog; member in phosphor::logging::internal::Manager