Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp536 virtual void executeGroupCreation(const char* groupName);
H A Duser_mgr.cpp598 executeGroupCreation(groupName.c_str()); in createGroup()
1332 void UserMgr::executeGroupCreation(const char* groupName) in executeGroupCreation() function in phosphor::user::UserMgr
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp677 ON_CALL(*this, executeGroupCreation(testing::_)) in UserMgrInTest()
683 ON_CALL(*this, executeGroupCreation).WillByDefault(testing::Return()); in UserMgrInTest()
716 MOCK_METHOD(void, executeGroupCreation, (const char*), (override));
1635 EXPECT_CALL(*this, executeGroupCreation) in TEST_F()