Lines Matching full:remove
28 /** @class Remove
33 class Remove class
36 Remove() = delete;
37 ~Remove() = default;
38 Remove(const Remove&) = delete;
39 Remove& operator=(const Remove&) = delete;
40 Remove(Remove&&) = default;
41 Remove& operator=(Remove&&) = default;
43 /** @brief constructs Remove
47 Remove(sdbusplus::bus_t& bus, const std::string& path) : in Remove() function in phosphor::led::fru::fault::monitor::Remove
67 /** @brief function to create fault remove match for a fru
114 std::vector<std::unique_ptr<Remove>> removeWatches;