Searched refs:ntpEnabled (Results 1 – 5 of 5) sorted by relevance
29 ConfigIntf::ntpEnabled(getDHCPProp(conf, type, "UseNTP"), true); in Configuration()64 bool Configuration::ntpEnabled(bool value) in ntpEnabled() function in phosphor::network::dhcp::Configuration66 if (value == ntpEnabled()) in ntpEnabled()71 auto ntp = ConfigIntf::ntpEnabled(value); in ntpEnabled()
61 bool ntpEnabled(bool value) override;86 using ConfigIntf::ntpEnabled;
934 dhcp4["UseNTP"].emplace_back(tfStr(dhcp4Conf->ntpEnabled())); in writeConfigurationFile()943 dhcp6["UseNTP"].emplace_back(tfStr(dhcp6Conf->ntpEnabled())); in writeConfigurationFile()
279 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, bool ntpEnabled) in handleNTPProtocolEnabled() argument288 ntpEnabled, interactive); in handleNTPProtocolEnabled()484 std::optional<bool> ntpEnabled; in handleManagersNetworkProtocolPatch() local492 "NTP/ProtocolEnabled", ntpEnabled, // in handleManagersNetworkProtocolPatch()507 if (ntpEnabled) in handleManagersNetworkProtocolPatch()509 handleNTPProtocolEnabled(asyncResp, *ntpEnabled); in handleManagersNetworkProtocolPatch()
440 const bool* ntpEnabled = in extractEthernetInterfaceData() local442 if (ntpEnabled != nullptr) in extractEthernetInterfaceData()444 ethData.ntpv4Enabled = *ntpEnabled; in extractEthernetInterfaceData()490 const bool* ntpEnabled = in extractEthernetInterfaceData() local492 if (ntpEnabled != nullptr) in extractEthernetInterfaceData()494 ethData.ntpv6Enabled = *ntpEnabled; in extractEthernetInterfaceData()