Home
last modified time | relevance | path

Searched refs:getLogs (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-fan-presence/test/
H A Dlogger_test.cpp19 auto messages = logger.getLogs(); in TEST()
39 messages = logger.getLogs(); in TEST()
51 messages = logger.getLogs(); in TEST()
/openbmc/phosphor-fan-presence/
H A Dlogger.hpp110 const nlohmann::json getLogs() const in getLogs() function in phosphor::fan::Logger
/openbmc/phosphor-webui/app/common/directives/
H A Dapp-header.js71 APIUtils.getLogs().then(function(result) {
/openbmc/phosphor-webui/app/overview/controllers/
H A Dsystem-overview-controller.js34 var getLogsPromise = APIUtils.getLogs().then(
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dlog-controller.js58 APIUtils.getLogs().then(function(result) {
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp584 output["logs"] = getLogger().getLogs(); in dumpDebugData()
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js829 getLogs: function() { method in AnonymousFunction1ea782bb0200.SERVICE