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.cpp318 ON_CALL(*this, executeGroupCreation(testing::_)) in UserMgrInTest()
324 ON_CALL(*this, executeGroupCreation).WillByDefault(testing::Return()); in UserMgrInTest()
357 MOCK_METHOD(void, executeGroupCreation, (const char*), (override));
1141 EXPECT_CALL(*this, executeGroupCreation) in TEST_F()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp382 virtual void executeGroupCreation(const char* groupName);
H A Duser_mgr.cpp465 executeGroupCreation(groupName.c_str()); in createGroup()
1187 void UserMgr::executeGroupCreation(const char* groupName) in executeGroupCreation() function in phosphor::user::UserMgr