Home
last modified time | relevance | path

Searched refs:restartService (Results 1 – 5 of 5) 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()
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 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.hpp84 virtual void restartService(const std::string& service);
/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dinventory_backup_handler.cpp200 if (vpd::commonUtility::restartService( in restartInventoryManagerService()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dcommon_utility.hpp454 inline bool restartService(const std::string& i_serviceName, in restartService() function