Searched refs:mExpectError (Results 1 – 4 of 4) sorted by relevance
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
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