Home
last modified time | relevance | path

Searched refs:restartService (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp79 MOCK_METHOD1(restartService, void(const std::string& service));
131 EXPECT_CALL(manager, restartService("nslcd.service")).Times(2); in TEST_F()
132 EXPECT_CALL(manager, restartService("nscd.service")).Times(2); in TEST_F()
219 EXPECT_CALL(manager, restartService("nslcd.service")).Times(0); in TEST_F()
220 EXPECT_CALL(manager, restartService("nscd.service")).Times(0); in TEST_F()
251 EXPECT_CALL(*managerPtr, restartService("nslcd.service")).Times(2); in TEST_F()
252 EXPECT_CALL(*managerPtr, restartService("nscd.service")).Times(1); in TEST_F()
301 EXPECT_CALL(*managerPtr, restartService("nscd.service")).Times(1); in TEST_F()
350 EXPECT_CALL(*managerPtr, restartService("nscd.service")).Times(1); in TEST_F()
402 EXPECT_CALL(*managerPtr, restartService("nscd.service")).Times(1); in TEST_F()
[all …]
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.cpp44 restartService(service); in startOrStopService()
52 void ConfigMgr::restartService(const std::string& service) in restartService() function in phosphor::ldap::ConfigMgr
162 restartService(nscdService); in createConfig()
H A Dldap_config_mgr.hpp86 virtual void restartService(const std::string& service);