Searched refs:throwForInvalidPrivilege (Results 1 – 3 of 3) sorted by relevance
649 throwForInvalidPrivilege("whatever"), in TEST_F()655 EXPECT_NO_THROW(throwForInvalidPrivilege("priv-admin")); in TEST_F()656 EXPECT_NO_THROW(throwForInvalidPrivilege("priv-operator")); in TEST_F()657 EXPECT_NO_THROW(throwForInvalidPrivilege("priv-user")); in TEST_F()
393 void throwForInvalidPrivilege(const std::string& priv);
292 void UserMgr::throwForInvalidPrivilege(const std::string& priv) in throwForInvalidPrivilege() function in phosphor::user::UserMgr345 throwForInvalidPrivilege(priv); in createUser()516 throwForInvalidPrivilege(priv); in updateGroupsAndPriv()