Searched refs:restartService (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-user-manager/test/ |
H A D | ldap_config_test.cpp | 79 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 D | ldap_config_mgr.cpp | 44 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 D | ldap_config_mgr.hpp | 84 virtual void restartService(const std::string& service);
|