Lines Matching defs:exception_
21 ApiCallErr exception_ = ApiCallErr(NO_ERROR);
134 screenSize = driver.GetDisplaySize(exception_);
165 driver.PerformTouch(touch, uiOpArgs, exception_);
166 std::cout << exception_.message_ << std::endl;
192 driver.PerformTouch(touch, uiOpArgs, exception_);
193 std::cout << exception_.message_ << std::endl;
200 driver.TriggerKey(Home(), uiOpArgs, exception_);
202 driver.TriggerKey(Back(), uiOpArgs, exception_);
204 driver.TriggerKey(Power(), uiOpArgs, exception_);
211 driver.TriggerKey(keyAction_, uiOpArgs, exception_);
220 driver.TriggerKey(keyAction_, uiOpArgs, exception_);
229 std::cout << exception_.message_ << std::endl;
245 driver.PerformTouch(touch, uiOpArgs, exception_);
248 driver.InputText(text, exception_);
249 std::cout << exception_.message_ << std::endl;
270 driver.PerformTouch(touch, uiOpArgs, exception_);
271 std::cout << exception_.message_ << std::endl;