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.cpp321 ON_CALL(*this, executeGroupDeletion(testing::_)) in UserMgrInTest()
326 ON_CALL(*this, executeGroupDeletion).WillByDefault(testing::Return()); in UserMgrInTest()
359 MOCK_METHOD(void, executeGroupDeletion, (const char*), (override));
1154 EXPECT_CALL(*this, executeGroupDeletion(testing::StrEq(groupName))) in TEST_F()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp384 virtual void executeGroupDeletion(const char* groupName);
H A Duser_mgr.cpp430 executeGroupDeletion(groupName.c_str()); in deleteGroup()
1192 void UserMgr::executeGroupDeletion(const char* groupName) in executeGroupDeletion() function in phosphor::user::UserMgr