Searched refs:ConfigMgr (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_config_mgr.hpp | 34 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 D | ldap_config_mgr.cpp | 40 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 D | ldap_config.hpp | 37 class ConfigMgr; 85 std::string userNameAttribute, ConfigMgr& parent); 97 ConfigIface::Type ldapType, ConfigMgr& parent); 261 ConfigMgr& parent;
|
H A D | main.cpp | 33 phosphor::ldap::ConfigMgr mgr(bus, LDAP_CONFIG_ROOT, LDAP_CONFIG_FILE, in main()
|
H A D | ldap_config.cpp | 59 std::string userNameAttr, std::string groupNameAttr, ConfigMgr& parent) : in Config() 111 ConfigIface::Type ldapType, ConfigMgr& parent) : in Config()
|
/openbmc/phosphor-user-manager/test/ |
H A D | ldap_config_test.cpp | 70 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()
|