Lines Matching refs:GetCommandAuthorization
29 EXPECT_FALSE(delegate.GetCommandAuthorization(p_hash, false, false, &dummy));
127 // First we check that performing GetCommandAuthorization resets the nonce.
131 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
144 // Now we check that GetCommandAuthorization does not reset nonce
155 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
173 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
213 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), false, false,
223 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), true, true,
237 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), false, false,
245 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), true, false,
254 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), false, true,
263 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), true, true,