Home
last modified time | relevance | path

Searched refs:UserMap (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-debug-collector/
H A Dcore_manager.hpp17 using UserMap = phosphor::dump::inotify::UserMap; typedef
66 void watchCallback(const UserMap& fileInfo);
H A Ddump_manager_bmc.hpp24 using UserMap = phosphor::dump::inotify::UserMap; typedef
69 void watchCallback(const UserMap& fileInfo);
H A Dwatch.hpp20 using UserMap = std::map<std::filesystem::path, uint32_t>; typedef
23 using UserType = std::function<void(const UserMap&)>;
H A Dcore_manager.cpp20 void Manager::watchCallback(const UserMap& fileInfo) in watchCallback()
H A Dwatch.cpp107 UserMap userMap; in callback()
H A Ddump_manager_bmc.cpp218 void Manager::watchCallback(const UserMap& fileInfo) in watchCallback()