Home
last modified time | relevance | path

Searched refs:enableService (Results 1 – 5 of 5) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dbmccontrolservices.cpp115 constexpr uint8_t enableService = 0x1; in setBmcControlServices() local
117 if ((state > enableService) || (serviceValue & servicesRsvdMask) || in setBmcControlServices()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.cpp186 bool ConfigMgr::enableService(Config& config, bool value) in enableService() function in phosphor::ldap::ConfigMgr
201 return config.enableService(value); in enableService()
H A Dldap_config_mgr.hpp104 bool enableService(Config& config, bool value);
H A Dldap_config.hpp199 bool enableService(bool value);
H A Dldap_config.cpp549 return parent.enableService(*this, value); in enabled()
552 bool Config::enableService(bool value) in enableService() function in phosphor::ldap::Config