/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_gesture_recognizer.cpp | 221 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 D | accessibility_touch_guider.cpp | 386 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 D | cancel_listener.h | 27 virtual void OnCancelled(int resultCode) = 0;
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_want_receiver.h | 35 MOCK_METHOD1(OnCancelled, void(int resultCode));
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_accessibility_gesture_recognizer.h | 39 MOCK_METHOD1(OnCancelled, bool(MMI::PointerEvent& event));
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_gesture_recognizer.h | 112 virtual bool OnCancelled(MMI::PointerEvent &event);
|
H A D | accessibility_touch_guider.h | 272 bool OnCancelled(MMI::PointerEvent &event) override;
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/ |
H A D | panding_want_manager_test.cpp | 372 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 D | pending_want.cpp | 387 cancelListener->OnCancelled(resultCode); in NotifyCancelListeners()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_test/ |
H A D | pending_want_test.cpp | 86 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 D | want_agent_helper_test.cpp | 69 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 D | mock_accessibility_touch_guider.cpp | 237 bool TouchGuider::TouchGuideListener::OnCancelled(MMI::PointerEvent& event) in OnCancelled() function in OHOS::Accessibility::TouchGuider::TouchGuideListener
|