Home
last modified time | relevance | path

Searched defs:onFinish (Results 26 – 50 of 64) sorted by relevance

123

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-image.md677 ### onFinish subsection
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_form_ability.cpp37 explicit FormPlatformEventCallback(FormPlatformFinish onFinish) : onFinish_(onFinish) {} in FormPlatformEventCallback()
H A Dace_data_ability.cpp40 explicit DataPlatformEventCallback(DataPlatformFinish onFinish) : onFinish_(onFinish) {} in DataPlatformEventCallback()
H A Dace_ability.cpp109 explicit AcePlatformEventCallback(AcePlatformFinish onFinish) : onFinish_(onFinish) {} in AcePlatformEventCallback()
110 AcePlatformEventCallback(AcePlatformFinish onFinish, AcePlatformStartAbility onStartAbility) in AcePlatformEventCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_ffi.cpp184 auto onFinish = [ffiOnFinish = CJLambda::Create(callback)]() -> void { in FfiOHOSAceFrameworkImageOnFinish() local
H A Dcj_web_ffi.cpp495 auto onFinish = [func = CJLambda::Create(callback), instanceId](const BaseEventInfo* info) { in FfiOHOSAceFrameworkWebOnPageFinish() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image_animator.cpp235 auto onFinish = GetAnimatorEvent(info, "ImageAnimator.onFinish"); in OnFinish() local
H A Djs_view_context.cpp331 JSRef<JSVal> onFinish = obj->GetProperty("onFinish"); in ParseKeyframeOverallParam() local
590 JSRef<JSVal> onFinish = obj->GetProperty("onFinish"); in JSAnimation() local
674 JSRef<JSVal> onFinish = obj->GetProperty("onFinish"); in AnimateToInner() local
H A Djs_video.cpp231 …auto onFinish = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode… in JsOnFinish() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dmine_hichain_connector.cpp61 void MineHiChainConnector::onFinish(int64_t requestId, int operationCode, const char *returnData) in onFinish() function in OHOS::DistributedHardware::MineHiChainConnector
H A Dhichain_auth_connector.cpp119 void HiChainAuthConnector::onFinish(int64_t requestId, int operationCode, const char *returnData) in onFinish() function in OHOS::DistributedHardware::HiChainAuthConnector
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_controller.h110 void SetFinishCallback(const CommonFunc& onFinish) in SetFinishCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dvideo_model_impl.cpp122 void VideoModelImpl::SetOnFinish(VideoEventFunc&& onFinish) in SetOnFinish()
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_model_ng.cpp152 void MovingPhotoModelNG::SetOnFinish(MovingPhotoEventFunc&& onFinish) in SetOnFinish()
H A Dmovingphoto_napi.cpp228 auto onFinish = [asyncEvent]() { in JsOnFinish() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp90 explicit ContentEventCallback(ContentFinishCallback onFinish) : onFinish_(onFinish) {} in ContentEventCallback()
91 ContentEventCallback(ContentFinishCallback onFinish, ContentStartAbilityCallback onStartAbility) in ContentEventCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp376 JSRef<JSVal> onFinish = obj->GetProperty("onFinish"); in ParseAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_model_ng.cpp152 void VideoModelNG::SetOnFinish(VideoEventFunc&& onFinish) in SetOnFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_model_ng.cpp297 void ImageAnimatorModelNG::SetOnFinish(FrameNode* frameNode, std::function<void()>&& onFinish) in SetOnFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dmarquee_modifier.cpp177 auto onFinish = reinterpret_cast<std::function<void()>*>(callback); in SetMarqueeOnFinish() local
/ohos5.0/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth.h212 void (*onFinish)(int64_t requestId, int operationCode, const char *returnData); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_pattern.cpp255 auto onFinish = [weak, needSecondPlay, playCount, animationId]() { in ActionAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp735 …enderMultiChildScroll::ScrollPage(bool reverse, bool smooth, const std::function<void()>& onFinish) in ScrollPage()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h144 void (*onFinish)(int64_t requestId, int operationCode, const char *returnData); member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng.cpp500 …VideoEventCallback onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO… in __anon0a2566a30402() variable

123