Lines Matching refs:sdbusplus
26 SoftwareManager(sdbusplus::async::context& ctx,
33 sdbusplus::async::task<> initDevices(
37 std::map<sdbusplus::message::object_path, std::unique_ptr<Device>> devices;
50 virtual sdbusplus::async::task<bool> initDevice(const std::string& service,
56 sdbusplus::async::context& ctx;
59 sdbusplus::async::task<void> handleInterfaceAdded(
63 sdbusplus::async::task<void> handleInterfaceRemoved(
64 const sdbusplus::message::object_path& path);
66 sdbusplus::async::task<void> interfaceAddedMatch(
68 sdbusplus::async::task<void> interfaceRemovedMatch(
72 sdbusplus::async::match configIntfAddedMatch;
73 sdbusplus::async::match configIntfRemovedMatch;
78 sdbusplus::server::manager_t manager;