Home
last modified time | relevance | path

Searched refs:syncCallback (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/
H A Dsync_watch.cpp38 std::function<int(int, fs::path&)> syncCallback) : in SyncWatch() argument
39 inotifyFd(-1), syncCallback(std::move(syncCallback)), loop(loop) in SyncWatch()
116 auto rc = syncWatch->syncCallback(static_cast<int>(event->mask), in callback()
H A Dsync_watch.hpp34 SyncWatch(sd_event& loop, std::function<int(int, fs::path&)> syncCallback);
70 std::function<int(int, fs::path&)> syncCallback; member in phosphor::software::manager::SyncWatch
H A Dsync_manager_main.cpp26 auto syncCallback = std::bind( in main() local
28 phosphor::software::manager::SyncWatch watch(*loop, syncCallback); in main()