Searched refs:enableService (Results 1 – 5 of 5) sorted by relevance
115 constexpr uint8_t enableService = 0x1; in setBmcControlServices() local117 if ((state > enableService) || (serviceValue & servicesRsvdMask) || in setBmcControlServices()
186 bool ConfigMgr::enableService(Config& config, bool value) in enableService() function in phosphor::ldap::ConfigMgr201 return config.enableService(value); in enableService()
104 bool enableService(Config& config, bool value);
199 bool enableService(bool value);
549 return parent.enableService(*this, value); in enabled()552 bool Config::enableService(bool value) in enableService() function in phosphor::ldap::Config