Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.hpp34 class ConfigMgr : public CreateIface class
37 ConfigMgr() = delete;
38 ~ConfigMgr() = default;
39 ConfigMgr(const ConfigMgr&) = delete;
40 ConfigMgr& operator=(const ConfigMgr&) = delete;
41 ConfigMgr(ConfigMgr&&) = delete;
42 ConfigMgr& operator=(ConfigMgr&&) = delete;
51 ConfigMgr(sdbusplus::bus_t& bus, const char* path, const char* filePath, in ConfigMgr() function in phosphor::ldap::ConfigMgr
H A Dldap_config_mgr.cpp40 void ConfigMgr::startOrStopService(const std::string& service, bool start) in startOrStopService()
52 void ConfigMgr::restartService(const std::string& service) in restartService()
68 void ConfigMgr::stopService(const std::string& service) in stopService()
85 std::string ConfigMgr::createConfig( in createConfig()
166 void ConfigMgr::createDefaultObjects() in createDefaultObjects()
186 bool ConfigMgr::enableService(Config& config, bool value) in enableService()
204 void ConfigMgr::restore() in restore()
H A Dldap_config.hpp37 class ConfigMgr;
85 std::string userNameAttribute, ConfigMgr& parent);
97 ConfigIface::Type ldapType, ConfigMgr& parent);
261 ConfigMgr& parent;
H A Dmain.cpp33 phosphor::ldap::ConfigMgr mgr(bus, LDAP_CONFIG_ROOT, LDAP_CONFIG_FILE, in main()
H A Dldap_config.cpp60 ConfigMgr& parent) : in Config()
112 ConfigIface::Type ldapType, ConfigMgr& parent) : in Config()
/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp70 class MockConfigMgr : public phosphor::ldap::ConfigMgr
76 phosphor::ldap::ConfigMgr(bus, path, filePath, dbusPersistentFile, in MockConfigMgr()
97 phosphor::ldap::ConfigMgr::restore(); in restore()
103 phosphor::ldap::ConfigMgr::createDefaultObjects(); in createDefaultObjects()