/openbmc/openpower-proc-control/extensions/phal/ |
H A D | fw_update_watch.hpp | 29 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 D | devtree_export.cpp | 19 openpower::phal::fwupdate::Watch eWatch(bus); in main()
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | watch.hpp | 25 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 D | pathwatch.hpp | 28 class PathWatch : public Watch 38 Watch(), objectPath(path), cb(callback), alreadyRan(false) in PathWatch()
|
H A D | propertywatch.hpp | 32 class PropertyWatch : public Watch 44 Watch(), index(watchIndex), cb(callback), alreadyRan(false), in PropertyWatch()
|
/openbmc/pldm/fw-update/ |
H A D | watch.hpp | 21 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 D | watch.cpp | 22 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()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | watch.hpp | 22 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 D | watch.cpp | 30 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 D | image_manager_main.cpp | 26 phosphor::software::manager::Watch watch( in main()
|
/openbmc/phosphor-debug-collector/ |
H A D | elog_watch.hpp | 31 class Watch class 34 Watch() = delete; 35 ~Watch() = default; 36 Watch(const Watch&) = delete; 37 Watch& operator=(const Watch&) = delete; 38 Watch(Watch&&) = delete; 39 Watch& operator=(Watch&&) = delete; 45 Watch(sdbusplus::bus_t& bus, Mgr& mgr);
|
H A D | watch.hpp | 33 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&&) = delete; 52 Watch& operator=(Watch&&) = delete; 55 ~Watch();
|
H A D | watch.cpp | 21 Watch::~Watch() in ~Watch() 30 Watch::Watch(const EventPtr& eventObj, const int flags, const uint32_t mask, in Watch() function in phosphor::dump::inotify::Watch 65 int Watch::inotifyInit() in inotifyInit() 80 int Watch::callback(sd_event_source*, int fd, uint32_t revents, void* userdata) in callback() 82 auto userData = static_cast<Watch*>(userdata); in callback()
|
H A D | elog_watch.cpp | 18 CEREAL_CLASS_VERSION(phosphor::dump::elog::Watch, CLASS_VERSION) 34 Watch::Watch(sdbusplus::bus_t& bus, Mgr& mgr) : in Watch() function in phosphor::dump::elog::Watch 39 std::bind(std::mem_fn(&Watch::addCallback), this, in Watch() 44 std::bind(std::mem_fn(&Watch::delCallback), this, in Watch() 57 void Watch::addCallback(sdbusplus::message_t& msg) in addCallback() 150 void Watch::delCallback(sdbusplus::message_t& msg) in delCallback()
|
H A D | dump_manager_bmc.hpp | 26 using Watch = phosphor::dump::inotify::Watch; typedef 114 Watch dumpWatch; 126 std::map<std::filesystem::path, std::unique_ptr<Watch>> childWatchMap;
|
H A D | core_manager.hpp | 16 using Watch = phosphor::dump::inotify::Watch; typedef 72 Watch coreWatch;
|
H A D | dump_manager_main.cpp | 89 phosphor::dump::elog::Watch eWatch(bus, *ptrBmcDumpMgr); in main()
|
/openbmc/phosphor-certificate-manager/ |
H A D | watch.hpp | 18 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 D | watch.cpp | 27 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 D | certificate.hpp | 104 const std::string& uploadPath, Watch* watch, Manager& parent, 124 X509_STORE& x509Store, const std::string& pem, Watch* watchPtr, 314 Watch* certWatch;
|
/openbmc/openpower-pnor-code-mgmt/ubi/ |
H A D | watch.hpp | 73 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 D | watch.cpp | 28 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 D | 0001-change-sysconfig-path-to-etc-default.patch | 25 -Description=Watch /etc/sysconfig/btrfsmaintenance 26 +Description=Watch /etc/default/btrfsmaintenance
|
/openbmc/phosphor-dbus-monitor/src/templates/ |
H A D | generated.mako.hpp | 249 using PropertyWatches = std::array<std::unique_ptr<Watch>, ${len(watches)}>; 285 using PathWatches = std::array<std::unique_ptr<Watch>, ${len(pathwatches)}>;
|
/openbmc/linux/Documentation/core-api/ |
H A D | watch_queue.rst | 63 the type of record from that source (see the Watch Sources section below). The 94 Watch List (Notification Source) API 122 Watch Queue (Notification Output) API 142 Watch Subscription API 228 Watch Sources
|