Lines Matching refs:sdbusplus

19     sdbusplus::aserver::xyz::openbmc_project::logging::Create<TestEventServer>;
21 sdbusplus::aserver::xyz::openbmc_project::logging::Entry<TestEventEntry>;
24 sdbusplus::error::xyz::openbmc_project::sensor::Threshold;
26 sdbusplus::event::xyz::openbmc_project::sensor::Threshold;
27 namespace SensorErrorIntf = sdbusplus::error::xyz::openbmc_project::Sensor;
28 namespace SensorEventIntf = sdbusplus::event::xyz::openbmc_project::Sensor;
30 sdbusplus::error::xyz::openbmc_project::state::SMC;
32 sdbusplus::event::xyz::openbmc_project::state::SMC;
33 namespace PowerErrorIntf = sdbusplus::error::xyz::openbmc_project::state::Power;
34 namespace PowerEventIntf = sdbusplus::event::xyz::openbmc_project::state::Power;
36 sdbusplus::error::xyz::openbmc_project::state::leak::Detector;
38 sdbusplus::event::xyz::openbmc_project::state::leak::Detector;
44 TestEventEntry(sdbusplus::async::context& ctx, const char* path) : in TestEventEntry()
49 -> sdbusplus::async::task<get_entry_t::return_type> in method_call()
60 TestEventServer(sdbusplus::async::context& ctx, const char* path) : in TestEventServer()
65 -> sdbusplus::async::task<create_t::return_type> in method_call()
80 co_return sdbusplus::message::object_path(objectPath); in method_call()
84 -> sdbusplus::async::task<create_with_ffdc_files_t::return_type> in method_call()
93 sdbusplus::async::context& ctx;
117 sdbusplus::async::context ctx;
120 sdbusplus::server::manager_t manager;
131 -> sdbusplus::async::task<void> in testAssertEvent()
139 sdbusplus::message::object_path(sensorObjectPath), in testAssertEvent()
147 sdbusplus::message::object_path(sensorObjectPath), in testAssertEvent()
155 sdbusplus::message::object_path(sensorObjectPath), assert); in testAssertEvent()
161 sdbusplus::message::object_path(sensorObjectPath), "", in testAssertEvent()
168 sdbusplus::message::object_path(sensorObjectPath), "", in testAssertEvent()
175 sdbusplus::message::object_path(sensorObjectPath), in testAssertEvent()
182 sdbusplus::message::object_path(sensorObjectPath), in testAssertEvent()
189 -> sdbusplus::async::task<void> in testDeassertEvent()
197 sdbusplus::message::object_path(sensorObjectPath), in testDeassertEvent()
205 sdbusplus::message::object_path(sensorObjectPath), in testDeassertEvent()
213 sdbusplus::message::object_path(sensorObjectPath), in testDeassertEvent()
220 sdbusplus::message::object_path(sensorObjectPath), "", in testDeassertEvent()
227 sdbusplus::message::object_path(sensorObjectPath), "", in testDeassertEvent()
234 sdbusplus::message::object_path(sensorObjectPath), in testDeassertEvent()
241 sdbusplus::message::object_path(sensorObjectPath), in testDeassertEvent()
247 auto testEvents(EventTestType eventType) -> sdbusplus::async::task<void> in testEvents()
251 co_await sdbusplus::async::sleep_for(ctx, 1s); in testEvents()