Home
last modified time | relevance | path

Searched refs:ConfigIntf (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Ddhcp_configuration.cpp29 ConfigIntf::domainEnabled(getDHCPProp(conf, type, "UseDomains"), true); in Configuration()
30 ConfigIntf::dnsEnabled(getDHCPProp(conf, type, "UseDNS"), true); in Configuration()
31 ConfigIntf::ntpEnabled(getDHCPProp(conf, type, "UseNTP"), true); in Configuration()
32 ConfigIntf::hostNameEnabled(getDHCPProp(conf, type, "UseHostname"), true); in Configuration()
33 ConfigIntf::sendHostNameEnabled(getDHCPProp(conf, type, "SendHostname"), in Configuration()
46 auto name = ConfigIntf::sendHostNameEnabled(value); in sendHostNameEnabled()
59 auto name = ConfigIntf::hostNameEnabled(value); in hostNameEnabled()
73 auto ntp = ConfigIntf::ntpEnabled(value); in ntpEnabled()
87 auto dns = ConfigIntf::dnsEnabled(value); in dnsEnabled()
101 auto domain = ConfigIntf::domainEnabled(value); in domainEnabled()
H A Ddhcp_configuration.hpp20 using ConfigIntf = typedef
23 using Iface = sdbusplus::server::object_t<ConfigIntf>;
83 using ConfigIntf::dnsEnabled;
84 using ConfigIntf::domainEnabled;
85 using ConfigIntf::hostNameEnabled;
86 using ConfigIntf::ntpEnabled;
87 using ConfigIntf::sendHostNameEnabled;
/openbmc/phosphor-health-monitor/
H A Dhealth_monitor.hpp11 namespace ConfigIntf = phosphor::health::metric::config;
20 ctx(ctx), configs(ConfigIntf::getHealthMetricConfigs()) in HealthMonitor()
38 ConfigIntf::HealthMetric::map_t configs;
H A Dhealth_metric_collection.hpp7 namespace ConfigIntf = phosphor::health::metric::config;
10 using configs_t = std::vector<ConfigIntf::HealthMetric>;
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp8 namespace ConfigIntf = phosphor::health::metric::config;
33 ConfigIntf::HealthMetric::map_t configs;
40 configs = ConfigIntf::getHealthMetricConfigs(); in SetUp()
H A Dtest_health_metric.cpp9 namespace ConfigIntf = phosphor::health::metric::config;
33 ConfigIntf::HealthMetric config;