Lines Matching full:objects
22 /** @class Objects
23 * @brief Fetch paths of settings d-bus objects of interest, upon construction
25 struct Objects struct
28 /** @brief Constructor - fetch settings objects
33 explicit Objects(sdbusplus::bus_t& bus, const Path& root = defaultRoot);
34 Objects(const Objects&) = delete;
35 Objects& operator=(const Objects&) = delete;
36 Objects(Objects&&) = delete;
37 Objects& operator=(Objects&&) = delete;
38 ~Objects() = default;
68 * @brief Fetch paths of settings d-bus objects of Host
72 struct HostObjects : public Objects
75 /** @brief Constructor - fetch settings objects of Host