Searched refs:executeGroupDeletion (Results 1 – 3 of 3) sorted by relevance
321 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()
384 virtual void executeGroupDeletion(const char* groupName);
430 executeGroupDeletion(groupName.c_str()); in deleteGroup()1191 void UserMgr::executeGroupDeletion(const char* groupName) in executeGroupDeletion() function in phosphor::user::UserMgr