Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp57 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 Dldap_config.hpp83 ConfigIface::SearchScope ldapSearchScope, ConfigIface::Type ldapType,
103 using ConfigIface::ldapSearchScope;
133 ldapSearchScope(ConfigIface::SearchScope value) override;
H A Dldap_config_mgr.cpp87 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 Dldap_config_mgr.hpp78 CreateIface::SearchScope ldapSearchScope, CreateIface::Type ldapType,
/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp159 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()