Home
last modified time | relevance | path

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

/openbmc/phosphor-time-manager/
H A Dmanager.cpp35 bus, propertiesChanged(settings.timeSyncMethod, settings::timeSyncIntf), in Manager()
39 auto mode = getSetting(settings.timeSyncMethod.c_str(), in Manager()
111 bus, settings.timeSyncMethod.c_str(), settings::timeSyncIntf); in onTimedateChanged()
112 utils::setProperty(bus, settingManager, settings.timeSyncMethod, in onTimedateChanged()
H A Dsettings.hpp39 phosphor::time::utils::Path timeSyncMethod = DEFAULT_TIME_SYNC_OBJECT_PATH; member
H A Dsettings.cpp45 timeSyncMethod = path; in Objects()