Home
last modified time | relevance | path

Searched refs:functionalCallback (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dwatch.cpp29 std::function<void(const std::string&)> functionalCallback) : in Watch() argument
30 functionalCallback(functionalCallback), fd(inotifyInit()) in Watch()
95 static_cast<Watch*>(userdata)->functionalCallback(id); in callback()
H A Dwatch.hpp83 std::function<void(const std::string&)> functionalCallback);
117 std::function<void(std::string&)> functionalCallback; member in openpower::software::updater::Watch