Searched refs:InjectMouseEventSequence (Results 1 – 4 of 4) sorted by relevance
39 void InjectMouseEventSequence(const vector<MouseEvent> &events) const override;
471 void SysUiController::InjectMouseEventSequence(const vector<MouseEvent> &events) const in InjectMouseEventSequence() function in OHOS::uitest::SysUiController
70 virtual void InjectMouseEventSequence(const vector<MouseEvent>& events) const {}; in InjectMouseEventSequence() function
374 uiController_->InjectMouseEventSequence(events); in PerformMouseAction()