Searched refs:restartService (Results 1 – 5 of 5) 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() 300 EXPECT_CALL(*managerPtr, restartService("nslcd.service")).Times(3); in TEST_F() 301 EXPECT_CALL(*managerPtr, restartService("nscd.service")).Times(1); in TEST_F() 349 EXPECT_CALL(*managerPtr, restartService("nslcd.service")).Times(3); 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);
|
| /openbmc/openpower-vpd-parser/wait-vpd-parser/src/ |
| H A D | inventory_backup_handler.cpp | 200 if (vpd::commonUtility::restartService( in restartInventoryManagerService()
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | common_utility.hpp | 454 inline bool restartService(const std::string& i_serviceName, in restartService() function
|