Searched refs:throwForInvalidPrivilege (Results 1 – 3 of 3) sorted by relevance
551 void throwForInvalidPrivilege(const std::string& priv);
378 void UserMgr::throwForInvalidPrivilege(const std::string& priv) in throwForInvalidPrivilege() function in phosphor::user::UserMgr439 throwForInvalidPrivilege(priv); in createUserImpl()667 throwForInvalidPrivilege(priv); in updateGroupsAndPriv()
1102 throwForInvalidPrivilege("whatever"), in TEST_F()1108 EXPECT_NO_THROW(throwForInvalidPrivilege("priv-admin")); in TEST_F()1109 EXPECT_NO_THROW(throwForInvalidPrivilege("priv-operator")); in TEST_F()1110 EXPECT_NO_THROW(throwForInvalidPrivilege("priv-user")); in TEST_F()