Home
last modified time | relevance | path

Searched refs:Watch (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/openpower-proc-control/extensions/phal/
H A Dfw_update_watch.hpp29 class Watch class
32 Watch() = delete;
33 ~Watch() = default;
34 Watch(const Watch&) = delete;
35 Watch& operator=(const Watch&) = delete;
36 Watch(Watch&&) = default;
37 Watch& operator=(Watch&&) = default;
43 Watch(sdbusplus::bus_t& bus) : in Watch() function in openpower::phal::fwupdate::Watch
47 std::bind(std::mem_fn(&Watch::fwIntfAddedCallback), this, in Watch()
H A Ddevtree_export.cpp19 openpower::phal::fwupdate::Watch eWatch(bus); in main()
/openbmc/phosphor-dbus-monitor/src/
H A Dwatch.hpp25 class Watch class
28 Watch() = default;
29 Watch(const Watch&) = default;
30 Watch(Watch&&) = default;
31 Watch& operator=(const Watch&) = default;
32 Watch& operator=(Watch&&) = default;
33 virtual ~Watch() = default;
H A Dpathwatch.hpp28 class PathWatch : public Watch
38 Watch(), objectPath(path), cb(callback), alreadyRan(false) in PathWatch()
H A Dpropertywatch.hpp32 class PropertyWatch : public Watch
44 Watch(), index(watchIndex), cb(callback), alreadyRan(false), in PropertyWatch()
/openbmc/pldm/fw-update/
H A Dwatch.hpp21 class Watch class
30 Watch(sd_event* loop, std::function<int(std::string&)> imageCallback);
32 Watch(const Watch&) = delete;
33 Watch& operator=(const Watch&) = delete;
34 Watch(Watch&&) = delete;
35 Watch& operator=(Watch&&) = delete;
39 ~Watch();
H A Dwatch.cpp22 Watch::Watch(sd_event* loop, std::function<int(std::string&)> imageCallback) : in Watch() function in pldm::fw_update::Watch
59 Watch::~Watch() in ~Watch()
71 int Watch::callback(sd_event_source* /* s */, int fd, uint32_t revents, in callback()
96 auto rc = static_cast<Watch*>(userdata)->imageCallback(tarballPath); in callback()
H A Dupdate_manager.hpp102 Watch watch;
/openbmc/phosphor-bmc-code-mgmt/
H A Dwatch.hpp22 class Watch class
31 Watch(sd_event* loop, std::function<int(std::string&)> imageCallback);
33 Watch(const Watch&) = delete;
34 Watch& operator=(const Watch&) = delete;
35 Watch(Watch&&) = delete;
36 Watch& operator=(Watch&&) = delete;
40 ~Watch();
H A Dwatch.cpp30 Watch::Watch(sd_event* loop, std::function<int(std::string&)> imageCallback) : in Watch() function in phosphor::software::manager::Watch
68 Watch::~Watch() in ~Watch()
80 int Watch::callback(sd_event_source* /* s */, int fd, uint32_t revents, in callback()
105 auto rc = static_cast<Watch*>(userdata)->imageCallback(tarballPath); in callback()
H A Dimage_manager_main.cpp26 phosphor::software::manager::Watch watch( in main()
/openbmc/phosphor-certificate-manager/
H A Dwatch.hpp18 class Watch class
28 Watch(sdeventplus::Event& event, std::string& certFile, Callback cb);
29 Watch(const Watch&) = delete;
30 Watch& operator=(const Watch&) = delete;
31 Watch(Watch&&) = delete;
32 Watch& operator=(Watch&&) = delete;
36 ~Watch();
H A Dwatch.cpp27 Watch::Watch(sdeventplus::Event& event, std::string& certFile, Callback cb) : in Watch() function in phosphor::certs::Watch
51 Watch::~Watch() in ~Watch()
56 void Watch::startWatch() in startWatch()
100 void Watch::stopWatch() in stopWatch()
H A Dcertificate.hpp104 const std::string& uploadPath, Watch* watch, Manager& parent,
124 X509_STORE& x509Store, const std::string& pem, Watch* watchPtr,
314 Watch* certWatch;
/openbmc/phosphor-debug-collector/
H A Delog_watch.hpp31 class Watch class
34 Watch() = delete;
35 ~Watch() = default;
36 Watch(const Watch&) = delete;
37 Watch& operator=(const Watch&) = delete;
38 Watch(Watch&&) = default;
39 Watch& operator=(Watch&&) = default;
45 Watch(sdbusplus::bus_t& bus, Mgr& mgr);
H A Dwatch.hpp33 class Watch class
46 Watch(const EventPtr& eventObj, int flags, uint32_t mask, uint32_t events,
49 Watch(const Watch&) = delete;
50 Watch& operator=(const Watch&) = delete;
51 Watch(Watch&&) = default;
52 Watch& operator=(Watch&&) = default;
55 ~Watch();
H A Dwatch.cpp19 Watch::~Watch() in ~Watch()
27 Watch::Watch(const EventPtr& eventObj, const int flags, const uint32_t mask, in Watch() function in phosphor::dump::inotify::Watch
62 int Watch::inotifyInit() in inotifyInit()
77 int Watch::callback(sd_event_source*, int fd, uint32_t revents, void* userdata) in callback()
79 auto userData = static_cast<Watch*>(userdata); in callback()
H A Delog_watch.cpp18 CEREAL_CLASS_VERSION(phosphor::dump::elog::Watch, CLASS_VERSION)
35 Watch::Watch(sdbusplus::bus_t& bus, Mgr& mgr) : in Watch() function in phosphor::dump::elog::Watch
40 std::bind(std::mem_fn(&Watch::addCallback), this, in Watch()
45 std::bind(std::mem_fn(&Watch::delCallback), this, in Watch()
58 void Watch::addCallback(sdbusplus::message_t& msg) in addCallback()
150 void Watch::delCallback(sdbusplus::message_t& msg) in delCallback()
H A Ddump_manager_bmc.hpp26 using Watch = phosphor::dump::inotify::Watch; typedef
114 Watch dumpWatch;
126 std::map<std::filesystem::path, std::unique_ptr<Watch>> childWatchMap;
H A Dcore_manager.hpp16 using Watch = phosphor::dump::inotify::Watch; typedef
72 Watch coreWatch;
H A Ddump_manager_main.cpp89 phosphor::dump::elog::Watch eWatch(bus, *ptrBmcDumpMgr); in main()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dwatch.hpp73 class Watch class
82 Watch(sd_event* loop,
85 Watch(const Watch&) = delete;
86 Watch& operator=(const Watch&) = delete;
87 Watch(Watch&&) = delete;
88 Watch& operator=(Watch&&) = delete;
92 ~Watch();
H A Dwatch.cpp28 Watch::Watch(sd_event* loop, in Watch() function in openpower::software::updater::Watch
59 Watch::~Watch() in ~Watch()
67 int Watch::callback(sd_event_source*, int fd, uint32_t revents, void* userdata) in callback()
95 static_cast<Watch*>(userdata)->functionalCallback(id); in callback()
103 int Watch::inotifyInit() in inotifyInit()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/
H A D0001-change-sysconfig-path-to-etc-default.patch25 -Description=Watch /etc/sysconfig/btrfsmaintenance
26 +Description=Watch /etc/default/btrfsmaintenance
/openbmc/phosphor-dbus-monitor/src/templates/
H A Dgenerated.mako.hpp249 using PropertyWatches = std::array<std::unique_ptr<Watch>, ${len(watches)}>;
285 using PathWatches = std::array<std::unique_ptr<Watch>, ${len(pathwatches)}>;

123