Searched refs:throwForUserDoesNotExist (Results 1 – 3 of 3) sorted by relevance
283 void UserMgr::throwForUserDoesNotExist(const std::string& userName) const in throwForUserDoesNotExist() function in phosphor::user::UserMgr542 throwForUserDoesNotExist(userName); in deleteUser()614 throwForUserDoesNotExist(userName); in renameUser()671 throwForUserDoesNotExist(userName); in updateGroupsAndPriv()899 throwForUserDoesNotExist(userName); in userEnable()
489 void throwForUserDoesNotExist(const std::string& userName) const;
946 EXPECT_THROW(throwForUserDoesNotExist("whatever"), in TEST_F()