Searched refs:mExpectError (Results 1 – 8 of 8) sorted by relevance
54 ASSERT_FALSE(mExpectError); in TearDown()58 mExpectError = true; in StartExpectDeviceError()62 mExpectError = false; in EndExpectDeviceError()74 ASSERT_TRUE(self->mExpectError) << "Got unexpected device error: " << message; in OnDeviceError()
61 bool mExpectError = false; variable
124 ASSERT_FALSE(mExpectError); in TearDown()133 mExpectError = true; in StartExpectDeviceError()143 mExpectError = false; in EndExpectDeviceError()218 ASSERT_TRUE(self->mExpectError) << "Got unexpected device error: " << message; in OnDeviceError()220 if (self->mExpectError) { in OnDeviceError()
150 bool mExpectError = false; variable
453 mExpectError = true; in StartExpectDeviceError()457 mExpectError = false; in EndExpectDeviceError()465 ASSERT_TRUE(self->mExpectError) << "Got unexpected device error: " << message; in OnDeviceError()
208 bool mExpectError = false; variable
1016 mExpectError = true; in StartExpectDeviceError()1022 mExpectError = false; in EndExpectDeviceError()1036 ASSERT_TRUE(self->mExpectError) << "Got unexpected device error: " << message; in OnDeviceError()1038 if (self->mExpectError) { in OnDeviceError()
509 bool mExpectError = false; variable