Searched refs:busLog (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-logging/ |
| H A D | log_manager.cpp | 245 busLog, objPath, entryId, in createEntry() 287 auto method = this->busLog.new_method_call( in isQuiesceOnErrorEnabled() 295 auto reply = this->busLog.call(method); in isQuiesceOnErrorEnabled() 361 auto method = this->busLog.new_method_call( in checkAndQuiesceHost() 369 auto reply = this->busLog.call(method); in checkAndQuiesceHost() 390 auto quiesce = this->busLog.new_method_call( in checkAndQuiesceHost() 397 this->busLog.call_noreply(quiesce); in checkAndQuiesceHost() 419 auto blockObj = std::make_unique<Block>(this->busLog, blockPath, entryId); in quiesceOnError() 426 this->busLog, in quiesceOnError() 665 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
|