/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/ |
H A D | startup_listener.cpp | 25 void StartupListener::OnCompleted(const std::shared_ptr<StartupTaskResult> &result) in OnCompleted() function in OHOS::AbilityRuntime::StartupListener
|
H A D | startup_config.cpp | 42 listener_->OnCompleted(result); in ListenerOnCompleted()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/ |
H A D | startup_listener.h | 32 void OnCompleted(const std::shared_ptr<StartupTaskResult> &result);
|
/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_accessibility_gesture_recognizer.h | 38 MOCK_METHOD1(OnCompleted, bool(GestureType gestureId));
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/ |
H A D | mock_mt_accessibility_gesture_recognizer.h | 38 MOCK_METHOD1(OnCompleted, bool(GestureType gestureId));
|
/foundation/barrierfree/accessibility/services/test/xts/inc/ |
H A D | mock_accessibility_gesture_recognizer.h | 38 MOCK_METHOD1(OnCompleted, bool(GestureType gestureId));
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_gesture_recognizer.h | 99 virtual bool OnCompleted(GestureType gestureId);
|
H A D | accessibility_touch_guider.h | 260 bool OnCompleted(GestureType gestureId) override;
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_gesture_recognizer.cpp | 385 return listener_->OnCompleted(GESTURE_DIRECTION[swipeDirection]); in recognizeDirectionGesture() 389 return listener_->OnCompleted(GESTURE_DIRECTION_TO_ID[swipeDirectionH][swipeDirectionHV]); in recognizeDirectionGesture()
|
H A D | accessibility_touch_guider.cpp | 355 bool TouchGuider::TouchGuideListener::OnCompleted(GestureType gestureId) in OnCompleted() function in OHOS::Accessibility::TouchGuider::TouchGuideListener 360 HILOG_DEBUG("OnCompleted, state is not transmitting."); in OnCompleted()
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_touch_guider.cpp | 216 bool TouchGuider::TouchGuideListener::OnCompleted(GestureType gestureId) in OnCompleted() function in OHOS::Accessibility::TouchGuider::TouchGuideListener 218 HILOG_DEBUG("OnCompleted, gestureId is %{public}d", gestureId); in OnCompleted() 221 HILOG_DEBUG("OnCompleted, state is not transmitting."); in OnCompleted()
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessibility_touch_guider.cpp | 216 bool MockTouchGuider::TouchGuideListener::OnCompleted(GestureType gestureId) in OnCompleted() function in OHOS::Accessibility::MockTouchGuider::TouchGuideListener 218 HILOG_DEBUG("OnCompleted, gestureId is %{public}d", gestureId); in OnCompleted() 221 HILOG_DEBUG("OnCompleted, state is not transmitting."); in OnCompleted()
|
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/ |
H A D | sa_get_attribute_value_benchmark.cpp | 355 bool GetAttributeValueTest::TouchGuideListener::OnCompleted(GestureType gestureId) in OnCompleted() function in OHOS::A11y::GetAttributeValueTest::TouchGuideListener 360 HILOG_DEBUG("OnCompleted, state is not transmitting."); in OnCompleted()
|