Searched refs:functionalCallback (Results 1 – 2 of 2) sorted by relevance
29 std::function<void(const std::string&)> functionalCallback) : in Watch() argument30 functionalCallback(functionalCallback), fd(inotifyInit()) in Watch()95 static_cast<Watch*>(userdata)->functionalCallback(id); in callback()
83 std::function<void(const std::string&)> functionalCallback);117 std::function<void(std::string&)> functionalCallback; member in openpower::software::updater::Watch