| 126 | |
| 127 | |
| 128 | void AttachedService::OverrideObjectPath(const DBus::Object::Path &new_path) |
| 129 | { |
| 130 | override_obj_path = new_path; |
| 131 | } |
| 132 | |
| 133 | |
| 134 | void AttachedService::process_log_event(const Events::Log &logevent) |
no outgoing calls
no test coverage detected