| 42 | |
| 43 | |
| 44 | void EventFilter::AddPathFilter(const DBus::Object::Path &path) noexcept |
| 45 | { |
| 46 | filter_paths.push_back(path); |
| 47 | std::sort(filter_paths.begin(), filter_paths.end()); |
| 48 | } |
| 49 | |
| 50 | |
| 51 | bool EventFilter::Allow(const Events::Log &logev) const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected