Searched refs:encountered_error (Results 1 – 14 of 14) sorted by relevance
72 bool encountered_error() const { return calculator_.encountered_error(); } in encountered_error() function in mojo::test::__anon2de557fa0111::MathCalculatorUI340 EXPECT_FALSE(calculator_ui.encountered_error()); in TEST_P()343 EXPECT_FALSE(calculator_ui.encountered_error()); in TEST_P()351 EXPECT_FALSE(calculator_ui.encountered_error()); in TEST_P()356 EXPECT_TRUE(calculator_ui.encountered_error()); in TEST_P()363 bool encountered_error = false; in TEST_P() local366 base::Bind(&SetFlagAndRunClosure, &encountered_error, in TEST_P()375 EXPECT_FALSE(calculator_ui.encountered_error()); in TEST_P()378 EXPECT_FALSE(calculator_ui.encountered_error()); in TEST_P()384 EXPECT_FALSE(calculator_ui.encountered_error()); in TEST_P()[all …]
87 EXPECT_FALSE(database_.encountered_error()); in TEST_F()97 EXPECT_TRUE(database_.encountered_error()); in TEST_F()118 EXPECT_TRUE(database_.encountered_error()); in TEST_F()
90 bool encountered_error = false; in TEST_P() local96 SetFlagAndRunClosure(&encountered_error, run_loop.QuitClosure())); in TEST_P()106 EXPECT_FALSE(encountered_error); in TEST_P()111 EXPECT_TRUE(encountered_error); in TEST_P()540 bool encountered_error = false; in TEST_P() local545 SetFlagAndRunClosure(&encountered_error, run_loop.QuitClosure())); in TEST_P()556 EXPECT_FALSE(encountered_error); in TEST_P()562 EXPECT_TRUE(encountered_error); in TEST_P()
264 EXPECT_FALSE(connector0.encountered_error()); in TEST_F()271 EXPECT_FALSE(connector0.encountered_error()); in TEST_F()278 EXPECT_TRUE(connector0.encountered_error()); in TEST_F()456 EXPECT_TRUE(connector0.encountered_error()); in TEST_F()457 EXPECT_TRUE(connector1.encountered_error()); in TEST_F()
1023 EXPECT_FALSE(ptr.encountered_error()); in TYPED_TEST()1049 EXPECT_FALSE(ptr.encountered_error()); in TYPED_TEST()1064 EXPECT_TRUE(ptr.encountered_error()); in TYPED_TEST()1087 EXPECT_FALSE(this->ptr_.encountered_error()); in SEQUENCED_TASK_RUNNER_TYPED_TEST_F()1115 EXPECT_FALSE(this->ptr_.encountered_error()); in SEQUENCED_TASK_RUNNER_TYPED_TEST_F()1125 EXPECT_TRUE(this->ptr_.encountered_error()); in SEQUENCED_TASK_RUNNER_TYPED_TEST_F()
275 EXPECT_TRUE(client0.encountered_error()); in TEST_F()276 EXPECT_TRUE(client1.encountered_error()); in TEST_F()
238 EXPECT_TRUE(interface_ptr_.encountered_error()); in TEST_F()
47 bool encountered_error() const { in encountered_error() function48 return endpoint_client_ ? endpoint_client_->encountered_error() : false; in encountered_error()
49 bool encountered_error() const { in encountered_error() function50 return endpoint_client_ ? endpoint_client_->encountered_error() : false; in encountered_error()
32 std::move(callback).Run(client && !client->encountered_error()); in DetermineIfEndpointIsConnected()91 return endpoint_client_ && !endpoint_client_->encountered_error(); in IsConnected()
154 bool encountered_error() const { return internal_state_.encountered_error(); } in encountered_error() function
134 bool encountered_error() const { return internal_state_.encountered_error(); } in encountered_error() function
115 bool encountered_error() const { in encountered_error() function
69 bool encountered_error() const { in encountered_error() function