Searched refs:domainEnabled (Results 1 – 4 of 4) sorted by relevance
27 ConfigIntf::domainEnabled(getDHCPProp(conf, type, "UseDomains"), true); in Configuration()92 bool Configuration::domainEnabled(bool value) in domainEnabled() function in phosphor::network::dhcp::Configuration94 if (value == domainEnabled()) in domainEnabled()99 auto domain = ConfigIntf::domainEnabled(value); in domainEnabled()
54 bool domainEnabled(bool value) override;84 using ConfigIntf::domainEnabled;
852 dhcp4["UseDomains"].emplace_back(tfStr(dhcp4Conf->domainEnabled())); in writeConfigurationFile()861 dhcp6["UseDomains"].emplace_back(tfStr(dhcp6Conf->domainEnabled())); in writeConfigurationFile()
432 const bool* domainEnabled = in extractEthernetInterfaceData() local434 if (domainEnabled != nullptr) in extractEthernetInterfaceData()436 ethData.domainv4Enabled = *domainEnabled; in extractEthernetInterfaceData()482 const bool* domainEnabled = in extractEthernetInterfaceData() local484 if (domainEnabled != nullptr) in extractEthernetInterfaceData()486 ethData.domainv6Enabled = *domainEnabled; in extractEthernetInterfaceData()