Home
last modified time | relevance | path

Searched refs:TestEventEntry (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-modbus/tests/
H A Dtest_device_events.cpp31 class TestEventEntry;
36 sdbusplus::aserver::xyz::openbmc_project::logging::Entry<TestEventEntry>;
55 class TestEventEntry : public EventEntryIntf class
58 TestEventEntry(sdbusplus::async::context& ctx, const char* path) : in TestEventEntry() function in TestEventEntry
92 std::make_unique<TestEventEntry>(ctx, objectPath.c_str())); in method_call()
108 std::vector<std::unique_ptr<TestEventEntry>> eventEntries;
H A Dtest_events.cpp14 class TestEventEntry;
21 sdbusplus::aserver::xyz::openbmc_project::logging::Entry<TestEventEntry>;
41 class TestEventEntry : public EventEntryIntf class
44 TestEventEntry(sdbusplus::async::context& ctx, const char* path) : in TestEventEntry() function in TestEventEntry
78 std::make_unique<TestEventEntry>(ctx, objectPath.c_str())); in method_call()
94 std::vector<std::unique_ptr<TestEventEntry>> eventEntries;