Searched refs:ldapSearchScope (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_config.cpp | 57 std::string&& ldapBindDNPassword, ConfigIface::SearchScope ldapSearchScope, in Config() argument 83 ConfigIface::ldapSearchScope(ldapSearchScope); in Config() 213 switch (ldapSearchScope()) in writeConfig() 501 ConfigIface::SearchScope Config::ldapSearchScope(ConfigIface::SearchScope value) in ldapSearchScope() function in phosphor::ldap::Config 506 if (value == ldapSearchScope()) in ldapSearchScope() 511 val = ConfigIface::ldapSearchScope(value); in ldapSearchScope() 648 archive(ldapSearchScope()); in save() 673 ConfigIface::ldapSearchScope(scope); in load()
|
H A D | ldap_config.hpp | 83 ConfigIface::SearchScope ldapSearchScope, ConfigIface::Type ldapType, 103 using ConfigIface::ldapSearchScope; 133 ldapSearchScope(ConfigIface::SearchScope value) override;
|
H A D | ldap_config_mgr.cpp | 87 std::string ldapBindDNPassword, CreateIface::SearchScope ldapSearchScope, in createConfig() argument 146 static_cast<ConfigIface::SearchScope>(ldapSearchScope), in createConfig() 158 static_cast<ConfigIface::SearchScope>(ldapSearchScope), in createConfig()
|
H A D | ldap_config_mgr.hpp | 78 CreateIface::SearchScope ldapSearchScope, CreateIface::Type ldapType,
|
/openbmc/phosphor-user-manager/test/ |
H A D | ldap_config_test.cpp | 159 EXPECT_EQ(manager.getADConfigPtr()->ldapSearchScope(), in TEST_F() 271 EXPECT_EQ(managerPtr->getADConfigPtr()->ldapSearchScope(), in TEST_F() 460 managerPtr->getADConfigPtr()->ldapSearchScope( in TEST_F() 462 EXPECT_EQ(managerPtr->getADConfigPtr()->ldapSearchScope(), in TEST_F() 467 EXPECT_EQ(managerPtr->getADConfigPtr()->ldapSearchScope(), in TEST_F()
|