Searched defs:AlarmKey (Results 1 – 2 of 2) sorted by relevance
101 void erase(std::map<AlarmKey, uint64_t>::const_iterator& entry) in erase()127 const std::map<AlarmKey, std::unique_ptr<sdeventplus::utility::Timer< in prune()
32 using AlarmKey = std::tuple<std::string, ShutdownType, AlarmType>; typedef