Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp677 ON_CALL(*this, executeGroupCreation(testing::_)) in TEST_F()
683 ON_CALL(*this, executeGroupCreation).WillByDefault(testing::Return()); in TEST_F()
716 MOCK_METHOD(void, executeGroupCreation, (const char*), (override)); in TEST_F()
1560 EXPECT_CALL(*this, executeGroupCreation)
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp528 virtual void executeGroupCreation(const char* groupName);
H A Duser_mgr.cpp533 executeGroupCreation(groupName.c_str()); in updateGroupsAndPriv()
1266 void UserMgr::executeGroupCreation(const char* groupName) in getUserInfo()
1216 void UserMgr::executeGroupCreation(const char* groupName) executeGroupCreation() function in phosphor::user::UserMgr