Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsync_manager_main.cpp26 auto syncCallback = std::bind( in main() local
H A Dsync_watch.hpp70 std::function<int(int, fs::path&)> syncCallback; member in phosphor::software::manager::SyncWatch
H A Dsync_watch.cpp38 std::function<int(int, fs::path&)> syncCallback) : in SyncWatch()