Home
last modified time | relevance | path

Searched refs:OnCancelled (Results 1 - 16 of 16) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dcancel_listener.h27 virtual void OnCancelled(int resultCode) = 0;
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_want_receiver.h35 MOCK_METHOD1(OnCancelled, void(int resultCode));
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessibility_gesture_recognizer.h39 MOCK_METHOD1(OnCancelled, bool(MMI::PointerEvent& event));
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H A Dmock_mt_accessibility_gesture_recognizer.h39 MOCK_METHOD1(OnCancelled, bool(MMI::PointerEvent& event));
/foundation/barrierfree/accessibility/services/test/xts/inc/
H A Dmock_accessibility_gesture_recognizer.h39 MOCK_METHOD1(OnCancelled, bool(MMI::PointerEvent& event));
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp222 return listener_->OnCancelled(event); in HandleTouchMoveEvent()
241 return listener_->OnCancelled(event); in HandleTouchMoveEvent()
376 return listener_->OnCancelled(event); in recognizeDirectionGesture()
391 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
/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;
/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)); in HWTEST_F()
470 EXPECT_CALL(*listener, OnCancelled(_)).Times(1).WillOnce(Invoke(cancalCall)); in HWTEST_F()
/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
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp386 cancelListener->OnCancelled(resultCode); in NotifyCancelListeners()
/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
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp237 bool MockTouchGuider::TouchGuideListener::OnCancelled(MMI::PointerEvent& event) in OnCancelled() function in OHOS::Accessibility::MockTouchGuider::TouchGuideListener
/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
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp386 bool GetAttributeValueTest::TouchGuideListener::OnCancelled(MMI::PointerEvent &event) in OnCancelled() function in OHOS::A11y::GetAttributeValueTest::TouchGuideListener

Completed in 18 milliseconds