Searched refs:executeGroupDeletion (Results 1 – 3 of 3) sorted by relevance
347 ON_CALL(*this, executeGroupDeletion(testing::_)) in UserMgrInTest()352 ON_CALL(*this, executeGroupDeletion).WillByDefault(testing::Return()); in UserMgrInTest()385 MOCK_METHOD(void, executeGroupDeletion, (const char*), (override));1193 EXPECT_CALL(*this, executeGroupDeletion(testing::StrEq(groupName))) in TEST_F()
487 virtual void executeGroupDeletion(const char* groupName);
449 executeGroupDeletion(groupName.c_str()); in deleteGroup()1221 void UserMgr::executeGroupDeletion(const char* groupName) in executeGroupDeletion() function in phosphor::user::UserMgr