Lines Matching refs:Invoke
26 using testing::Invoke;
142 .WillRepeatedly(DoAll(Invoke(set_error), Return(false))); in SetNoWifiAndGcd()
200 .WillRepeatedly(WithArgs<2>(Invoke([](ErrorPtr* error) { in TEST_F()
383 .WillRepeatedly(WithArgs<6>(Invoke(set_error))); in TEST_F()
605 EXPECT_CALL(wifi_, ConfigureCredentials(_, _, _)).WillOnce(Invoke(set_error)); in TEST_F()
644 EXPECT_CALL(cloud_, Setup(_, _, _)).WillOnce(Invoke(set_error)); in TEST_F()
861 .WillOnce(WithArgs<1>(Invoke(error_handler))); in TEST_F()
875 .WillOnce(WithArgs<2>(Invoke( in TEST_F()
890 .WillOnce(WithArgs<2>(Invoke( in TEST_F()
902 Invoke([&error](const CloudDelegate::CommandDoneCallback& callback) { in TEST_F()
915 .WillOnce(WithArgs<2>(Invoke( in TEST_F()
927 Invoke([&error](const CloudDelegate::CommandDoneCallback& callback) { in TEST_F()
946 .WillOnce(WithArgs<1>(Invoke( in TEST_F()