Home
last modified time | relevance | path

Searched refs:OnCancelled (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp221 return listener_->OnCancelled(event); in HandleTouchMoveEvent()
240 return listener_->OnCancelled(event); in HandleTouchMoveEvent()
375 return listener_->OnCancelled(event); in recognizeDirectionGesture()
390 return listener_->OnCancelled(event); in recognizeDirectionGesture()
H A Daccessibility_touch_guider.cpp386 bool TouchGuider::TouchGuideListener::OnCancelled(MMI::PointerEvent &event) in OnCancelled() function in OHOS::Accessibility::TouchGuider::TouchGuideListener
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dcancel_listener.h27 virtual void OnCancelled(int resultCode) = 0;
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_want_receiver.h35 MOCK_METHOD1(OnCancelled, void(int resultCode));
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessibility_gesture_recognizer.h39 MOCK_METHOD1(OnCancelled, bool(MMI::PointerEvent& event));
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_gesture_recognizer.h112 virtual bool OnCancelled(MMI::PointerEvent &event);
H A Daccessibility_touch_guider.h272 bool OnCancelled(MMI::PointerEvent &event) override;
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp372 EXPECT_CALL(*listener, OnCancelled(_)).Times(1).WillOnce(Invoke(cancalCall));
470 EXPECT_CALL(*listener, OnCancelled(_)).Times(1).WillOnce(Invoke(cancalCall));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp387 cancelListener->OnCancelled(resultCode); in NotifyCancelListeners()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp86 void OnCancelled(int resultCode) override;
92 void PendingWantTest::CancelListenerSon::OnCancelled(int resultCode) in OnCancelled() function in OHOS::AbilityRuntime::WantAgent::PendingWantTest::CancelListenerSon
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H A Dwant_agent_helper_test.cpp69 void OnCancelled(int resultCode) override;
75 void WantAgentHelperTest::CancelListenerSon::OnCancelled(int resultCode) in OnCancelled() function in OHOS::AbilityRuntime::WantAgent::WantAgentHelperTest::CancelListenerSon
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp237 bool TouchGuider::TouchGuideListener::OnCancelled(MMI::PointerEvent& event) in OnCancelled() function in OHOS::Accessibility::TouchGuider::TouchGuideListener