Searched refs:busLog (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-logging/ |
H A D | log_manager.cpp | 248 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 D | log_manager.hpp | 74 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
|