Lines Matching refs:UserRole
425 UserRole role; in TEST_F()
427 EXPECT_EQ(UserRole::kUser, role); in TEST_F()
430 EXPECT_EQ(UserRole::kViewer, role); in TEST_F()
433 EXPECT_EQ(UserRole::kManager, role); in TEST_F()
436 EXPECT_EQ(UserRole::kOwner, role); in TEST_F()
692 UserRole::kUser, &id, nullptr) in TEST_F()
698 UserRole::kViewer, &id, nullptr) in TEST_F()
710 UserRole::kOwner, &id, nullptr) in TEST_F()
723 UserRole::kOwner, &id, nullptr) in TEST_F()
733 *command4, Command::Origin::kLocal, UserRole::kOwner, &id, nullptr); in TEST_F()
743 *command5, Command::Origin::kLocal, UserRole::kOwner, &id, nullptr); in TEST_F()
755 UserRole::kOwner, &id, nullptr) in TEST_F()
780 *command, Command::Origin::kLocal, UserRole::kUser, &id, nullptr); in TEST_F()
828 *command1, Command::Origin::kCloud, UserRole::kUser, nullptr, nullptr); in TEST_F()
840 *command2, Command::Origin::kCloud, UserRole::kUser, nullptr, nullptr); in TEST_F()
853 *command3, Command::Origin::kCloud, UserRole::kUser, nullptr, nullptr); in TEST_F()
891 *command1, Command::Origin::kCloud, UserRole::kUser, nullptr, nullptr); in TEST_F()
902 *command2, Command::Origin::kCloud, UserRole::kUser, nullptr, nullptr); in TEST_F()