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.cpp344 ON_CALL(*this, executeGroupCreation(testing::_)) in UserMgrInTest()
350 ON_CALL(*this, executeGroupCreation).WillByDefault(testing::Return()); in UserMgrInTest()
383 MOCK_METHOD(void, executeGroupCreation, (const char*), (override));
1180 EXPECT_CALL(*this, executeGroupCreation) in TEST_F()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp485 virtual void executeGroupCreation(const char* groupName);
H A Duser_mgr.cpp484 executeGroupCreation(groupName.c_str()); in createGroup()
1216 void UserMgr::executeGroupCreation(const char* groupName) in executeGroupCreation() function in phosphor::user::UserMgr