manager.cpp (864e173e246383b5bb9c08917d286eed540639e4) | manager.cpp (f93c405fd2af186a36cdbbe763d51edd846a3f32) |
---|---|
1#include "manager.hpp" 2 3#include "utils.hpp" 4 | 1#include "manager.hpp" 2 3#include "utils.hpp" 4 |
5#include <assert.h> 6 | |
7#include <phosphor-logging/lg2.hpp> 8 | 5#include <phosphor-logging/lg2.hpp> 6 |
7#include <cassert> 8 |
|
9namespace rules = sdbusplus::bus::match::rules; 10 11namespace // anonymous 12{ 13 14constexpr auto systemdTimeService = "org.freedesktop.timedate1"; 15constexpr auto systemdTimePath = "/org/freedesktop/timedate1"; 16constexpr auto systemdTimeInterface = "org.freedesktop.timedate1"; --- 120 unchanged lines hidden --- | 9namespace rules = sdbusplus::bus::match::rules; 10 11namespace // anonymous 12{ 13 14constexpr auto systemdTimeService = "org.freedesktop.timedate1"; 15constexpr auto systemdTimePath = "/org/freedesktop/timedate1"; 16constexpr auto systemdTimeInterface = "org.freedesktop.timedate1"; --- 120 unchanged lines hidden --- |