Home
last modified time | relevance | path

Searched refs:HandleSuccess (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/
H A Ddeferred_video_controller.h31 void HandleSuccess(const int32_t userId, const DeferredVideoWorkPtr& work);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/command/
H A Dvideo_process_command.cpp68 controller_->HandleSuccess(userId_, work_); in Executing()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/
H A Ddeferred_video_controller.cpp113 void DeferredVideoController::HandleSuccess(const int32_t userId, const DeferredVideoWorkPtr& work) in HandleSuccess() function in OHOS::CameraStandard::DeferredProcessing::DeferredVideoController
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp573 void HandleSuccess(DragControllerAsyncCtx* asyncCtx, const DragNotifyMsg& dragNotifyMsg, in HandleSuccess() function
797 HandleSuccess(asyncCtx, DragNotifyMsg {}, DragStatus::STARTED); in StartDragService()
927 HandleSuccess(asyncCtx, dragNotifyMsg, DragStatus::ENDED); in OnComplete()