Home
last modified time | relevance | path

Searched defs:entryId (Results 1 – 17 of 17) sorted by relevance

/openbmc/phosphor-logging/
H A Delog_block.hpp43 Block(sdbusplus::bus_t& bus, const std::string& path, uint32_t entryId) : in Block()
54 uint32_t entryId; member in phosphor::logging::Block
H A Dlog_manager.cpp382 void Manager::quiesceOnError(const uint32_t entryId) in quiesceOnError()
468 void Manager::checkAndRemoveBlockingError(uint32_t entryId) in checkAndRemoveBlockingError()
490 void Manager::erase(uint32_t entryId) in erase()
H A Delog_entry.hpp101 Entry(sdbusplus::bus_t& bus, const std::string& path, uint32_t entryId, in Entry()
H A Dlog_manager.hpp312 uint32_t entryId; member in phosphor::logging::internal::Manager
/openbmc/phosphor-bmc-code-mgmt/ubi/
H A Ditem_updater_helper.cpp19 void Helper::setEntry(const std::string& entryId, uint8_t value) in setEntry()
29 void Helper::clearEntry(const std::string& entryId) in clearEntry()
/openbmc/phosphor-debug-collector/
H A Ddump_manager.cpp8 void Manager::erase(uint32_t entryId) in erase()
/openbmc/phosphor-certificate-manager/bmc-vmi-ca/
H A Dca_certs_manager.cpp55 void CACertMgr::erase(uint32_t entryId) in erase()
H A Dca_cert_entry.hpp48 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t entryId, in Entry()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.hpp264 Id entryId = 0; member in phosphor::ldap::Config
/openbmc/phosphor-certificate-manager/test/
H A Dca_certs_manager_test.cpp32 void erase(uint32_t entryId) in erase()
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater.cpp174 bool ItemUpdater::erase(std::string entryId) in erase()
/openbmc/phosphor-bmc-code-mgmt/
H A Dimage_manager.cpp243 void Manager::erase(const std::string& entryId) in erase()
H A Ditem_updater.cpp485 void ItemUpdater::erase(std::string entryId) in erase()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.cpp316 bool ItemUpdaterUbi::erase(std::string entryId) in erase()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp291 const std::string& entryId) in getPostCodeForEntry()
H A Dlog_services.hpp1811 const std::string& entryId) in dBusEventLogEntryPatch()
1871 const std::string& systemName, const std::string& entryId) { in requestRoutesDBusEventLogEntry()
1899 const std::string& systemName, const std::string& entryId) { in requestRoutesDBusEventLogEntry()
/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp784 size_t entryId = 1; in TEST_F() local