Searched refs:syncCallback (Results 1 – 3 of 3) sorted by relevance
38 std::function<int(int, fs::path&)> syncCallback) : in SyncWatch() argument39 inotifyFd(-1), syncCallback(std::move(syncCallback)), loop(loop) in SyncWatch()116 auto rc = syncWatch->syncCallback(static_cast<int>(event->mask), in callback()
34 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
26 auto syncCallback = std::bind( in main() local28 phosphor::software::manager::SyncWatch watch(*loop, syncCallback); in main()