Home
last modified time | relevance | path

Searched refs:timeSyncIntf (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-time-manager/
H A Dmanager.cpp35 bus, propertiesChanged(settings.timeSyncMethod, settings::timeSyncIntf), in Manager()
40 settings::timeSyncIntf, propertyTimeMode); in Manager()
111 bus, settings.timeSyncMethod.c_str(), settings::timeSyncIntf); in onTimedateChanged()
113 settings::timeSyncIntf, propertyTimeMode, in onTimedateChanged()
H A Dsettings.cpp19 Interfaces settingsIntfs = {timeSyncIntf}; in Objects()
43 if (timeSyncIntf == interface) in Objects()
H A Dsettings.hpp15 constexpr auto timeSyncIntf = "xyz.openbmc_project.Time.Synchronization"; variable