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