/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg.cpp | 97 std::function<void(Dimension)> callback; in PrepareSelfAnimation() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | sequenced_recognizer.cpp | 305 auto callback = [weakPtr = AceType::WeakClaim(this)]() { in DeadlineTimer() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_event_hub.cpp | 103 auto callback = [weakHost = WeakClaim(RawPtr(host)), info, weak = WeakClaim(this)]( in HandleOnItemDragStart() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_pattern.cpp | 103 auto callback = [weak = WeakClaim(this)](bool visible, double ratio) { in RegisterVisibleAreaChange() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | edge.h | 183 void SetContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback& callback) in SetContextAndCallback() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | touch_event.h | 40 explicit TouchEventImpl(TouchEventFunc&& callback) : callback_(std::move(callback)) {} in TouchEventImpl() argument 65 void ReplaceTouchEvent(TouchEventFunc&& callback) in ReplaceTouchEvent() argument 73 void SetOnTouchEvent(TouchEventFunc&& callback) in SetOnTouchEvent() argument 141 void SetJSFrameNodeOnTouchEvent(TouchEventFunc&& callback) in SetJSFrameNodeOnTouchEvent() argument [all...] |
H A D | input_event.h | 29 explicit InputEvent(OnMouseEventFunc&& callback) : onMouseCallback_(std::move(callback)) {} in InputEvent() argument 31 explicit InputEvent(OnHoverEventFunc&& callback) : onHoverCallback_(std::move(callback)) {} in InputEvent() argument 33 explicit InputEvent(OnHoverFunc&& callback) : onHoverEventCallback_(std::move(callback)) {} in InputEvent() argument 35 explicit InputEvent(OnAxisEventFunc&& callback) : onAxisCallback_(std::move(callback)) {} in InputEvent() argument 37 explicit InputEvent(OnAccessibilityHoverFunc&& callback) : onAccessibilityHoverFunc_(std::move(callback)) {} in InputEvent() argument 128 ReplaceJSFrameNodeInputEvent(OnMouseEventFunc&& callback) ReplaceJSFrameNodeInputEvent() argument 135 ReplaceJSFrameNodeInputEvent(OnHoverFunc&& callback) ReplaceJSFrameNodeInputEvent() argument 143 ReplaceInputEvent(OnMouseEventFunc&& callback) ReplaceInputEvent() argument 150 ReplaceInputEvent(OnHoverFunc&& callback) ReplaceInputEvent() argument 158 ReplaceInputEvent(OnAxisEventFunc&& callback) ReplaceInputEvent() argument 166 ReplaceInputEvent(OnAccessibilityHoverFunc&& callback) ReplaceInputEvent() argument [all...] |
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/ |
H A D | js_mission_listener.cpp | 108 napi_ref callback = nullptr; in CallJsMethod() local 174 napi_ref callback = nullptr; in OnMissionIconUpdated() local
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | ui_extension_context.cpp | 219 auto callback = resultCallbacks_.find(requestCode); in OnAbilityResult() local 244 auto callback = resultCallbacks_.find(requestCode); in OnAbilityResultInner() local
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | render_shape.h | 35 const std::function<void()> callback = [weak = WeakClaim(this)] { variable [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
H A D | select_overlay_holder.h | 41 auto callback = GetCallback(); in OnBind() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_light.h | 44 SetContextAndCallback( const WeakPtr<PipelineBase>& context, RenderNodeAnimationCallback&& callback) SetContextAndCallback() argument
|
/foundation/arkui/ace_engine/component_ext/ext_common/ |
H A D | ext_napi_utils.cpp | 22 NapiAsyncEvent::NapiAsyncEvent(napi_env env, napi_value callback) in NapiAsyncEvent() argument 42 napi_value callback = nullptr; in Call() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_navigation_ffi.cpp | 132 void FfiOHOSAceFrameworkNavigationSetOnTitleModeChanged(void (*callback)(int32_t)) in FfiOHOSAceFrameworkNavigationSetOnTitleModeChanged() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_linear_indicator.cpp | 174 std::function<void(int index, float progress)> callback = [vm, frameNode, func = panda::CopyableGlobal(vm, func)]( in SetOnChange() local
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.h | 197 void SetDeclarativeOnUpdateWithValueParamsCallback(onPluginUpdateWithValueParams&& callback) in SetDeclarativeOnUpdateWithValueParamsCallback() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/ |
H A D | svg_animate_test.cpp | 76 std::function<void(T)> callback = [weak = AceType::WeakClaim(this)](T value) { in CreatePropertyAnimate() local 92 std::function<void(double)> callback = [weak = AceType::WeakClaim(this)](double value) { in CreateMotionAnimate() local
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | input_method_manager_ohos.cpp | 110 auto callback = pipeline->GetWindowFocusCallback(); in ProcessKeyboard() local
|
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/ |
H A D | hsp_silentinstall_napi.cpp | 152 napi_value callback = nullptr;
in SendSuccessBackWork() local 202 napi_value callback = nullptr;
in SendFailBackWork() local
|
/foundation/arkui/ace_engine/frameworks/component_test/ |
H A D | idle_watcher.cpp | 76 void IdleMonitorThread::SetIdleNotifycallback(IdleNotifycallback callback) in SetIdleNotifycallback() argument
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_provider.cpp | 253 void ArkUI_AccessibilityProvider::SetRegisterCallback(RegisterCallback callback) in SetRegisterCallback() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_base.h | 64 void SetContextAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callback) in SetContextAndCallback() argument 70 void SetAnimationStopCallback(RenderNodeAnimationCallback&& callback) in SetAnimationStopCallback() argument
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | stylus_detector_mgr.cpp | 24 SetText(int32_t nodeId, void* data, RefPtr<TaskExecutor> taskScheduler, std::shared_ptr<IAceStylusCallback> callback) SetText() argument 30 GetText(int32_t nodeId, RefPtr<TaskExecutor> taskScheduler, std::shared_ptr<IAceStylusCallback> callback) GetText() argument 36 OnDetector( const CommandType& command, void* data, std::shared_ptr<IAceStylusCallback> callback) OnDetector() argument 58 RegisterStylusInteractionListener( const std::string& bundleName, const std::shared_ptr<IStylusDetectorCallback>& callback) RegisterStylusInteractionListener() argument
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | animatable_float.h | 37 void SetContextAndCallback(const WeakPtr<PipelineBase>& context, RenderNodeAnimationCallback&& callback) in SetContextAndCallback() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/mock/ |
H A D | cj_image_ffi.cpp | 50 void FfiOHOSAceFrameworkImageOnFinish(void (*callback)()) {} in FfiOHOSAceFrameworkImageOnFinish() argument
|