Home
last modified time | relevance | path

Searched refs:MainLoop (Results 1 – 19 of 19) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dmainloop.hpp35 class MainLoop class
38 MainLoop() = delete;
39 MainLoop(const MainLoop&) = delete;
40 MainLoop& operator=(const MainLoop&) = delete;
41 MainLoop(MainLoop&&) = delete;
42 MainLoop& operator=(MainLoop&&) = delete;
43 ~MainLoop() = default;
61 MainLoop(sdbusplus::bus_t&& bus, const std::string& param,
H A Dmainloop.cpp136 std::string MainLoop::getID(SensorSet::container_t::const_reference sensor) in getID()
172 SensorIdentifiers MainLoop::getIdentifiers( in getIdentifiers()
201 std::optional<ObjectStateData> MainLoop::getObject( in getObject()
338 MainLoop::MainLoop(sdbusplus::bus_t&& bus, const std::string& param, in MainLoop() function in MainLoop
347 _timer(_event, std::bind(&MainLoop::read, this)) in MainLoop()
369 void MainLoop::shutdown() noexcept in shutdown()
374 void MainLoop::run() in run()
378 std::function<void()> callback(std::bind(&MainLoop::read, this)); in run()
399 void MainLoop::init() in init()
456 void MainLoop::read() in read()
[all …]
H A Dreadd.cpp85 MainLoop loop(sdbusplus::bus::new_default(), param, path, calloutPath, in main()
/openbmc/qemu/include/qemu/
H A Dmain-loop.h35 OBJECT_DECLARE_TYPE(MainLoop, MainLoopClass, MAIN_LOOP)
37 struct MainLoop { struct
40 typedef struct MainLoop MainLoop; typedef
/openbmc/boost-dbus/test/
H A Dproxy_sample.py8 from gobject import MainLoop
19 MainLoop().run()
H A Davahi.py9 from gobject import MainLoop
42 MainLoop().run()
H A Dexport_sample.py9 from gobject import MainLoop
39 MainLoop().run()
/openbmc/qemu/util/
H A Dmain-loop.c201 MainLoop *mloop;
205 MainLoop *m = MAIN_LOOP(base); in main_loop_init()
236 .instance_size = sizeof(MainLoop),
/openbmc/skeleton/pydownloadmgr/
H A Ddownload_manager.py88 mainloop = gobject.MainLoop()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0002-Support-asynchronous-calls-58.patch44 The only main loop supported by ``pydbus`` is GLib.MainLoop.
138 +loop = GLib.MainLoop()
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch356 +loop = GLib.MainLoop()
/openbmc/skeleton/pyinventorymgr/
H A Dinventory_items.py78 mainloop = gobject.MainLoop()
/openbmc/skeleton/pyipmitest/
H A Dipmi_debug.py99 mainloop = gobject.MainLoop()
/openbmc/skeleton/pysystemmgr/
H A Dsystem_manager.py128 mainloop = gobject.MainLoop()
/openbmc/skeleton/pychassisctl/
H A Dchassis_control.py176 mainloop = gobject.MainLoop()
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py345 mainloop = gobject.MainLoop()
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_tui.py389 main_loop = urwid.MainLoop(urwid.AttrMap(self.window, 'background'),
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py836 loop = gobject.MainLoop()
994 loop = gobject.MainLoop()
1670 loop = gobject.MainLoop()
/openbmc/linux/tools/perf/scripts/python/
H A Dsched-migration.py370 app.MainLoop()