Home
last modified time | relevance | path

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

/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.cpp190 CmdStatus PLDMInterface::sendNewLogCmd(uint32_t id, uint32_t size) in sendNewLogCmd() function in openpower::pels::PLDMInterface
H A Dhost_notifier.cpp288 auto rc = _hostIface->sendNewLogCmd(id, size); in doNewLogNotify()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp48 ON_CALL(*mockHostIface, sendNewLogCmd(_, _)).WillByDefault(send); in HostNotifierTest()
365 EXPECT_CALL(*mockHostIface, sendNewLogCmd(_, _)) in TEST_F()
412 EXPECT_CALL(*mockHostIface, sendNewLogCmd(_, _)) in TEST_F()
459 EXPECT_CALL(*mockHostIface, sendNewLogCmd(_, _)) in TEST_F()
H A Dmocks.hpp123 MOCK_METHOD(CmdStatus, sendNewLogCmd, (uint32_t, uint32_t), (override));