Searched refs:sendNewLogCmd (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | host_notifier_test.cpp | 60 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 D | mocks.hpp | 123 MOCK_METHOD(CmdStatus, sendNewLogCmd, (uint32_t, uint32_t), (override));
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pldm_interface.hpp | 71 CmdStatus sendNewLogCmd(uint32_t id, uint32_t size) override;
|
H A D | host_interface.hpp | 76 virtual CmdStatus sendNewLogCmd(uint32_t id, uint32_t size) = 0;
|
H A D | pldm_interface.cpp | 202 CmdStatus PLDMInterface::sendNewLogCmd(uint32_t id, uint32_t size) in sendNewLogCmd() function in openpower::pels::PLDMInterface
|
H A D | host_notifier.cpp | 300 auto rc = _hostIface->sendNewLogCmd(id, size); in doNewLogNotify()
|