Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp347 ON_CALL(*this, executeGroupDeletion(testing::_)) in UserMgrInTest()
352 ON_CALL(*this, executeGroupDeletion).WillByDefault(testing::Return()); in UserMgrInTest()
385 MOCK_METHOD(void, executeGroupDeletion, (const char*), (override));
1193 EXPECT_CALL(*this, executeGroupDeletion(testing::StrEq(groupName))) in TEST_F()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp487 virtual void executeGroupDeletion(const char* groupName);
H A Duser_mgr.cpp449 executeGroupDeletion(groupName.c_str()); in deleteGroup()
1221 void UserMgr::executeGroupDeletion(const char* groupName) in executeGroupDeletion() function in phosphor::user::UserMgr