Home
last modified time | relevance | path

Searched refs:OnCompleted (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Dstartup_listener.h32 void OnCompleted(const std::shared_ptr<StartupTaskResult> &result);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_listener.cpp25 void StartupListener::OnCompleted(const std::shared_ptr<StartupTaskResult> &result) in OnCompleted() function in OHOS::AbilityRuntime::StartupListener
H A Dstartup_config.cpp42 listener_->OnCompleted(result); in ListenerOnCompleted()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessibility_gesture_recognizer.h38 MOCK_METHOD1(OnCompleted, bool(GestureType gestureId));
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp384 return listener_->OnCompleted(GESTURE_DIRECTION[swipeDirection]); in recognizeDirectionGesture()
388 return listener_->OnCompleted(GESTURE_DIRECTION_TO_ID[swipeDirectionH][swipeDirectionHV]); in recognizeDirectionGesture()
H A Daccessibility_touch_guider.cpp355 bool TouchGuider::TouchGuideListener::OnCompleted(GestureType gestureId) in OnCompleted() function in OHOS::Accessibility::TouchGuider::TouchGuideListener
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_gesture_recognizer.h99 virtual bool OnCompleted(GestureType gestureId);
H A Daccessibility_touch_guider.h260 bool OnCompleted(GestureType gestureId) override;
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-query.md237 printf("OnCompleted, res=%d, total=%d\n", reason, total);
361 printf("OnCompleted, res=%d, total=%d\n", reason, total);
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-query.md237 printf("OnCompleted, res=%d, total=%d\n", reason, total);
361 printf("OnCompleted, res=%d, total=%d\n", reason, total);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp216 bool TouchGuider::TouchGuideListener::OnCompleted(GestureType gestureId) in OnCompleted() function in OHOS::Accessibility::TouchGuider::TouchGuideListener