Lines Matching full:time
3 #include <xyz/openbmc_project/Time/Synchronization/server.hpp>
5 static constexpr auto objmgrpath = "/xyz/openbmc_project/time";
6 static constexpr auto objpathBmc = "/xyz/openbmc_project/time/bmc";
7 static constexpr auto busname = "xyz.openbmc_project.Time.Manager";
11 namespace time namespace
13 /** @brief Alias to time sync mode class */
15 sdbusplus::xyz::openbmc_project::Time::server::Synchronization;
17 /** @brief Supported time sync modes
18 * NTP Time sourced by Network Time Server
19 * Manual User of the system need to set the time
22 } // namespace time