Home
last modified time | relevance | path

Searched refs:startOrStopService (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp106 parent.startOrStopService(nslcdService, enabled()); in Config()
148 parent.startOrStopService(nslcdService, enabled()); in certificateInstalled()
176 parent.startOrStopService(nslcdService, enabled()); in certificateChanged()
340 parent.startOrStopService(nslcdService, enabled()); in ldapBindDNPassword()
390 parent.startOrStopService(nslcdService, enabled()); in ldapServerURI()
437 parent.startOrStopService(nslcdService, enabled()); in ldapBindDN()
480 parent.startOrStopService(nslcdService, enabled()); in ldapBaseDN()
516 parent.startOrStopService(nslcdService, enabled()); in ldapSearchScope()
562 parent.startOrStopService(nslcdService, value); in enableService()
592 parent.startOrStopService(nslcdService, enabled()); in userNameAttribute()
[all …]
H A Dldap_config_mgr.cpp40 void ConfigMgr::startOrStopService(const std::string& service, bool start) in startOrStopService() function in phosphor::ldap::ConfigMgr
221 startOrStopService(phosphor::ldap::nslcdService, in restore()
H A Dldap_config_mgr.hpp95 virtual void startOrStopService(const std::string& service, bool value);
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp1333 static ipmi::RspType<> startOrStopService( in startOrStopService() function
1426 return startOrStopService(ctx, enable, in handleMCTPFeature()
1575 startOrStopService(ctx, enable, "xyz.openbmc_project.PCIe.service"); in mtmBMCFeatureControl()