Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp80 MOCK_METHOD1(stopService, void(const std::string& service));
130 EXPECT_CALL(manager, stopService("nslcd.service")).Times(2); in TEST_F()
218 EXPECT_CALL(manager, stopService("nslcd.service")).Times(1); in TEST_F()
250 EXPECT_CALL(*managerPtr, stopService("nslcd.service")).Times(1); in TEST_F()
299 EXPECT_CALL(*managerPtr, stopService("nslcd.service")).Times(1); in TEST_F()
348 EXPECT_CALL(*managerPtr, stopService("nslcd.service")).Times(1); in TEST_F()
400 EXPECT_CALL(*managerPtr, stopService("nslcd.service")).Times(1); in TEST_F()
450 EXPECT_CALL(*managerPtr, stopService("nslcd.service")).Times(1); in TEST_F()
488 EXPECT_CALL(*managerPtr, stopService("nslcd.service")).Times(1); in TEST_F()
528 EXPECT_CALL(*managerPtr, stopService("nslcd.service")).Times(1); in TEST_F()
[all …]
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.cpp48 stopService(service); in startOrStopService()
68 void ConfigMgr::stopService(const std::string& service) in stopService() function in phosphor::ldap::ConfigMgr
H A Dldap_config_mgr.hpp91 virtual void stopService(const std::string& service);