Home
last modified time | relevance | path

Searched refs:sendNewLogCmd (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp60 ON_CALL(*mockHostIface, sendNewLogCmd(_, _)) in HostNotifierTest()
378 EXPECT_CALL(*mockHostIface, sendNewLogCmd(_, _)) in TEST_F()
425 EXPECT_CALL(*mockHostIface, sendNewLogCmd(_, _)) in TEST_F()
472 EXPECT_CALL(*mockHostIface, sendNewLogCmd(_, _)) in TEST_F()
H A Dmocks.hpp123 MOCK_METHOD(CmdStatus, sendNewLogCmd, (uint32_t, uint32_t), (override));
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpldm_interface.hpp71 CmdStatus sendNewLogCmd(uint32_t id, uint32_t size) override;
H A Dhost_interface.hpp76 virtual CmdStatus sendNewLogCmd(uint32_t id, uint32_t size) = 0;
H A Dpldm_interface.cpp202 CmdStatus PLDMInterface::sendNewLogCmd(uint32_t id, uint32_t size) in sendNewLogCmd() function in openpower::pels::PLDMInterface
H A Dhost_notifier.cpp300 auto rc = _hostIface->sendNewLogCmd(id, size); in doNewLogNotify()